From 96a74aa8d775b5c8c3df7f17c55b0197db0511ca Mon Sep 17 00:00:00 2001 From: tkrokli Date: Thu, 15 Sep 2016 00:05:21 +0200 Subject: DB/Quest: fix quest credit target type for Krolmir, Hammer of Storms By Pitcrawler/Treeston, closes #17930 --- sql/updates/world/3.3.5/2016_09_14_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_14_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_09_14_04_world.sql b/sql/updates/world/3.3.5/2016_09_14_04_world.sql new file mode 100644 index 00000000000..85f9b4f7faa --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3