diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-01-02 01:30:41 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-02 01:33:35 -0300 |
| commit | de3fd4d076a1d02c5b75ab5d2f32bfb7ecb202a5 (patch) | |
| tree | 03a65245cf14d6fa50b25cd659dc1d972edb78d1 /sql | |
| parent | a0dcd9c7988912e97909df2ba9ab0b86d20ff22d (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_02_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_02_02_world.sql b/sql/updates/world/3.3.5/2018_01_02_02_world.sql new file mode 100644 index 00000000000..7fe03e77a5d --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_02_02_world.sql @@ -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'); |
