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:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `quest_template` CHANGE COLUMN `RewardXPDifficulty` `RewardXPDifficulty` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `RewardNextQuest`;
|
||||
Reference in New Issue
Block a user