aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-06-09 17:52:34 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-06-09 17:52:34 +0200
commitc0bc82937633d2add11980131a3fc60dcad5c727 (patch)
tree6dd89a91a203fa8546143290c84bb8a5184cf3bc /sql/updates
parentcdb296d6d7569c3833e129f41444c01a4a14cb98 (diff)
Scripts/Ulduar/XT-002:
- Fix phase transition submerge/stand visuals - Further cleanup and minor fixing
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_09_03_world_spell_script_names.sql5
1 files changed, 5 insertions, 0 deletions
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');