diff options
author | XTZGZoReX <none@none> | 2010-08-01 21:41:37 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-08-01 21:41:37 +0200 |
commit | fe39bcaab8136115c500c672dfbf9ab09c41870b (patch) | |
tree | 4ccdef19a916c0263657568f9d1c03034964b2fa | |
parent | c243f60eaec9ee31c1f563aea673c75d4601e600 (diff) |
* I'm a firm believer that if you told a computer to make a variable 'unsigned unsigned' it would blow up.
--HG--
branch : trunk
-rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 0e9f59ea65e..f0c2607a3d2 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -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', |