* I'm a firm believer that if you told a computer to make a variable 'unsigned unsigned' it would blow up.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-01 21:41:37 +02:00
parent c243f60eae
commit fe39bcaab8
+1 -1
View File
@@ -4523,7 +4523,7 @@ CREATE TABLE `quest_template` (
`SpecialFlags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CharTitleId` tinyint(3) unsigned NOT NULL DEFAULT '0',
`PlayersSlain` tinyint(3) unsigned NOT NULL DEFAULT '0',
`BonusTalents` tinyint(3) unsigned unsigned NULL DEFAULT '0',
`BonusTalents` tinyint(3) unsigned NULL DEFAULT '0',
`RewardArenaPoints` smallint(5) unsigned NOT NULL DEFAULT '0',
`PrevQuestId` mediumint(9) NOT NULL DEFAULT '0',
`NextQuestId` mediumint(9) NOT NULL DEFAULT '0',