From fe39bcaab8136115c500c672dfbf9ab09c41870b Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Sun, 1 Aug 2010 21:41:37 +0200 Subject: * I'm a firm believer that if you told a computer to make a variable 'unsigned unsigned' it would blow up. --HG-- branch : trunk --- sql/base/world_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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', -- cgit v1.2.3