diff options
| author | Aaron126 <world_of_warcraft@ymail.com> | 2015-02-19 10:03:36 -0600 |
|---|---|---|
| committer | Aaron126 <world_of_warcraft@ymail.com> | 2015-02-19 10:03:36 -0600 |
| commit | 287165d25466e8b053b054e1b1ccbc5e2d3ac938 (patch) | |
| tree | 305912ca2bae046e679fc2599a0c3c76773f657b /sql | |
| parent | 8c49d204c38e321f033a47233801a172e7f1abb5 (diff) | |
Core/Misc: Correct some wrong integer types in DB query results
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_02_19_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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`; |
