aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2015-02-19 17:12:18 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2015-02-19 17:12:18 +0100
commit1cb513295bef82b1b4defd9c9a7854010cf5296e (patch)
treef26f3913c7c301537ccbaa53caa4266c0dd26cb1 /sql/updates
parentf9e5f216b7e19128697225c20c7ca24384b14fd9 (diff)
parent287165d25466e8b053b054e1b1ccbc5e2d3ac938 (diff)
Merge pull request #14179 from Aaron126/6.x
Core/Misc: Correct some wrong integer types in DB query results
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`;