Scripts/Icecrown Citadel: Corrected line of sight checks for Sindragosa's Ice Tombs

Closes #628
This commit is contained in:
Shauren
2011-02-16 19:10:08 +01:00
parent 21a9d90aa8
commit a6ffb3d7be
3 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=70117 AND `ScriptName`='spell_sindragosa_collision_filter';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(70117,'spell_sindragosa_collision_filter');