aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAaron126 <world_of_warcraft@ymail.com>2015-02-19 10:03:36 -0600
committerAaron126 <world_of_warcraft@ymail.com>2015-02-19 10:03:36 -0600
commit287165d25466e8b053b054e1b1ccbc5e2d3ac938 (patch)
tree305912ca2bae046e679fc2599a0c3c76773f657b /sql/updates
parent8c49d204c38e321f033a47233801a172e7f1abb5 (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/updates')
-rw-r--r--sql/updates/world/2015_02_19_00_world.sql1
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`;