From 482604b103d3dd3741e8557de556a5ba5acd9140 Mon Sep 17 00:00:00 2001 From: teacher Date: Wed, 13 Jan 2010 21:43:36 +0100 Subject: Fixed typo in previous commit. I misunderstood the fix. Thank you Aokromes for being there! --HG-- branch : trunk --- sql/world.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index 63c669178e1..23e0df48bdb 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -4308,10 +4308,10 @@ CREATE TABLE `quest_template` ( `ReqCreatureOrGOCount2` smallint(5) unsigned NOT NULL DEFAULT '0', `ReqCreatureOrGOCount3` smallint(5) unsigned NOT NULL DEFAULT '0', `ReqCreatureOrGOCount4` smallint(5) unsigned NOT NULL DEFAULT '0', - `ReqSpellCast1` int(11) signed NOT NULL DEFAULT '0', - `ReqSpellCast2` int(11) signed NOT NULL DEFAULT '0', - `ReqSpellCast3` int(11) signed NOT NULL DEFAULT '0', - `ReqSpellCast4` int(11) signed NOT NULL DEFAULT '0', + `ReqSpellCast1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ReqSpellCast2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ReqSpellCast3` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ReqSpellCast4` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewChoiceItemId1` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewChoiceItemId2` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewChoiceItemId3` mediumint(8) unsigned NOT NULL DEFAULT '0', @@ -4346,7 +4346,7 @@ CREATE TABLE `quest_template` ( `RewOrReqMoney` int(11) NOT NULL DEFAULT '0', `RewMoneyMaxLevel` int(10) unsigned NOT NULL DEFAULT '0', `RewSpell` mediumint(8) unsigned NOT NULL DEFAULT '0', - `RewSpellCast` mediumint(8) unsigned NOT NULL DEFAULT '0', + `RewSpellCast` int(11) signed NOT NULL DEFAULT '0', `RewMailTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewMailDelaySecs` int(11) unsigned NOT NULL DEFAULT '0', `PointMapId` smallint(5) unsigned NOT NULL DEFAULT '0', -- cgit v1.2.3