From 1cc75eb92403504cfa82ecc96c2449a38c39d04c Mon Sep 17 00:00:00 2001 From: Dr-J Date: Wed, 21 Sep 2016 13:09:47 +0100 Subject: DB/SAI: Krolmir, Hammer of storms Fix targeting for credit spell and invoker texts during event. --- sql/updates/world/3.3.5/2016_09_21_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_09_21_00_world.sql diff --git a/sql/updates/world/3.3.5/2016_09_21_00_world.sql b/sql/updates/world/3.3.5/2016_09_21_00_world.sql new file mode 100644 index 00000000000..425b48ee320 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3