aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@hotmail.com>2016-09-15 00:05:21 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-27 21:55:15 +0100
commit766433f5047efbf28655ad13f5db2da7c3a70064 (patch)
tree947fa16865141426d814b448833be068b92a9a23
parentc7cd51e8f543de04b2953eada7a57897a5c0161d (diff)
DB/Quest: fix quest credit target type for Krolmir, Hammer of Storms
By Pitcrawler/Treeston, closes #17930 (cherry picked from commit 96a74aa8d775b5c8c3df7f17c55b0197db0511ca)
-rw-r--r--sql/updates/world/master/2017_02_27_00_world_2016_09_14_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_27_00_world_2016_09_14_04_world.sql b/sql/updates/world/master/2017_02_27_00_world_2016_09_14_04_world.sql
new file mode 100644
index 00000000000..85f9b4f7faa
--- /dev/null
+++ b/sql/updates/world/master/2017_02_27_00_world_2016_09_14_04_world.sql
@@ -0,0 +1,2 @@
+-- Krolmir, Hammer of Storms (quest 13010): Set correct target_type for Quest Kill Credit
+UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=3033100 AND `source_type`=9 AND `id`=17;