From 86ecdaf44aa620530dde0f22aaacac20e64a66a6 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. (cherry picked from commit 1cc75eb92403504cfa82ecc96c2449a38c39d04c) --- sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2017_03_02_04_world_2016_09_21_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3