aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-04-08 12:14:04 +0200
committerShauren <shauren.trinity@gmail.com>2012-04-08 12:14:04 +0200
commit56766949fa4dcfec793351a011381e5708145c8f (patch)
treef6ae1bace95831ddadf190e0e19f9912ae280406 /sql
parentcce6424337ca09c286530b19545c93dec896966f (diff)
Scripts/Icecrown Citaldel
* Timer improvements after air phase for Sindragosa * Added landing animation after air phase * Unchained Magic affects 6 targets on 25 man mode *
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_04_08_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_08_00_world_spell_script_names.sql b/sql/updates/world/2012_04_08_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..ca97f419e11
--- /dev/null
+++ b/sql/updates/world/2012_04_08_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sindragosa_ice_tomb_dummy';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(69712,'spell_sindragosa_ice_tomb_dummy');