From 287165d25466e8b053b054e1b1ccbc5e2d3ac938 Mon Sep 17 00:00:00 2001 From: Aaron126 Date: Thu, 19 Feb 2015 10:03:36 -0600 Subject: Core/Misc: Correct some wrong integer types in DB query results Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option --- sql/updates/world/2015_02_19_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_02_19_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_02_19_00_world.sql b/sql/updates/world/2015_02_19_00_world.sql new file mode 100644 index 00000000000..56e08c982f2 --- /dev/null +++ b/sql/updates/world/2015_02_19_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_template` CHANGE COLUMN `RewardXPDifficulty` `RewardXPDifficulty` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `RewardNextQuest`; -- cgit v1.2.3