aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGolrag <golrag.jeremy@gmail.com>2016-02-02 11:01:07 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-13 11:21:03 +0100
commit00c5eb70f2500ab852c081991d96dd2a49b931d3 (patch)
treec5f98bc061c46c62b5b2e9e7499d0e4dfb9ee777 /sql
parent7d092567f9e14981f3972031039256b3c588a12d (diff)
Scripts/Icecrown Citadel: Fixed Sindragosa ice tomb targets
* Also changed the way NonTankTargetSelector checks who is the tank.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_03_13_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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');