mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Quest: fix quest credit target type for Krolmir, Hammer of Storms
By Pitcrawler/Treeston, closes #17930
This commit is contained in:
2
sql/updates/world/3.3.5/2016_09_14_04_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_09_14_04_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user