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

By Pitcrawler/Treeston, closes #17930
This commit is contained in:
tkrokli
2016-09-15 00:05:21 +02:00
parent 025002b907
commit 96a74aa8d7

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;