From 00c5eb70f2500ab852c081991d96dd2a49b931d3 Mon Sep 17 00:00:00 2001 From: Golrag Date: Tue, 2 Feb 2016 11:01:07 +0100 Subject: Scripts/Icecrown Citadel: Fixed Sindragosa ice tomb targets * Also changed the way NonTankTargetSelector checks who is the tank. --- sql/updates/world/2016_03_13_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_03_13_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_03_13_00_world.sql b/sql/updates/world/2016_03_13_00_world.sql new file mode 100644 index 00000000000..0c45636d945 --- /dev/null +++ b/sql/updates/world/2016_03_13_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sindragosa_ice_tomb_target'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(69712, 'spell_sindragosa_ice_tomb_target'); -- cgit v1.2.3