From c0bc82937633d2add11980131a3fc60dcad5c727 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 9 Jun 2011 17:52:34 +0200 Subject: Scripts/Ulduar/XT-002: - Fix phase transition submerge/stand visuals - Further cleanup and minor fixing --- sql/updates/world/2011_06_09_03_world_spell_script_names.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_06_09_03_world_spell_script_names.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_09_03_world_spell_script_names.sql b/sql/updates/world/2011_06_09_03_world_spell_script_names.sql new file mode 100644 index 00000000000..1ce1d7a9fb2 --- /dev/null +++ b/sql/updates/world/2011_06_09_03_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_scripts` WHERE `id` IN(37751,37752); -- Remove redundant data from spell_scripts +DELETE FROM `spell_script_names` WHERE `spell_id` IN(37751,37752); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(37751,'spell_xt002_submerged'), +(37752,'spell_xt002_stand'); -- cgit v1.2.3