diff options
| author | tkrokli <tkrokli@hotmail.com> | 2016-09-15 00:05:21 +0200 |
|---|---|---|
| committer | tkrokli <tkrokli@hotmail.com> | 2016-09-15 00:05:21 +0200 |
| commit | 96a74aa8d775b5c8c3df7f17c55b0197db0511ca (patch) | |
| tree | a40d4e1cef057ccd58baab7c3ac6de780760ad5e | |
| parent | 025002b90789e3f506e072e68cfa68c90eef296a (diff) | |
DB/Quest: fix quest credit target type for Krolmir, Hammer of Storms
By Pitcrawler/Treeston, closes #17930
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_14_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
