aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-06-14 22:01:50 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-06-14 22:01:50 +0200
commit53caf7959efb6a7f410b17306a5cc23028824fa5 (patch)
treee37c7031e2588b861edcbcc81f060ac0fc4273c2 /sql
parent69135ba056e68d32fea3621d123d2da88454b95e (diff)
Core/Ulduar: Added IsInCombat check for ulduar teleporter
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_06_14_02_world_spell_script_names.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_14_02_world_spell_script_names.sql b/sql/updates/world/2014_06_14_02_world_spell_script_names.sql
new file mode 100644
index 00000000000..53b1f2f6286
--- /dev/null
+++ b/sql/updates/world/2014_06_14_02_world_spell_script_names.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_ulduar_teleporter';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(64014, 'spell_ulduar_teleporter'),
+(64032, 'spell_ulduar_teleporter'),
+(64028, 'spell_ulduar_teleporter'),
+(64030, 'spell_ulduar_teleporter'),
+(64029, 'spell_ulduar_teleporter'),
+(64025, 'spell_ulduar_teleporter'),
+(65042, 'spell_ulduar_teleporter');