Core/Scripts: fix issues with 'Squeeze' on Yogg-Saron encounter

- Unassigned spell script for 25-man difficulty
- Didn't remove aura on 25-man when tentacle killed
This commit is contained in:
ariel-
2018-01-02 01:30:41 -03:00
parent a0dcd9c798
commit de3fd4d076
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_yogg_saron_squeeze';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(64125, 'spell_yogg_saron_squeeze'),
(64126, 'spell_yogg_saron_squeeze');