diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-21 13:09:47 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-02 20:52:34 +0100 |
commit | 86ecdaf44aa620530dde0f22aaacac20e64a66a6 (patch) | |
tree | 8c9bdb896303b040a99f188408abcbc3bc9b722e | |
parent | 019fc08feb5e927f46375f8dee6ffe9b43bd3385 (diff) |
DB/SAI: Krolmir, Hammer of storms
Fix targeting for credit spell and invoker texts during event.
(cherry picked from commit 1cc75eb92403504cfa82ecc96c2449a38c39d04c)
-rw-r--r-- | sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql b/sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql new file mode 100644 index 00000000000..425b48ee320 --- /dev/null +++ b/sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=3033100 AND `source_type`=9 AND `target_type`=7; |