Core/Misc: Correct some wrong integer types in DB query results

Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
This commit is contained in:
Aaron126
2015-02-19 10:03:36 -06:00
parent 8c49d204c3
commit 287165d254
3 changed files with 3 additions and 2 deletions
@@ -0,0 +1 @@
ALTER TABLE `quest_template` CHANGE COLUMN `RewardXPDifficulty` `RewardXPDifficulty` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `RewardNextQuest`;