mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
* 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user