DB/Quest: fix quest credit target type for Krolmir, Hammer of Storms

By Pitcrawler/Treeston, closes #17930

(cherry picked from commit 96a74aa8d7)
This commit is contained in:
tkrokli
2016-09-15 00:05:21 +02:00
committed by joschiwald
parent c7cd51e8f5
commit 766433f504

View File

@@ -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;