mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(Scripts/BlackTemple): Remove Shear from Illidan following wrath p… (#19881)
fix(Scripts/BlackTemple): Remove Shear from Illidan following wrath patch changes
This commit is contained in:
@@ -62,7 +62,6 @@ enum Spells
|
||||
SPELL_PARASITIC_SHADOWFIEND = 41917,
|
||||
SPELL_PARASITIC_SHADOWFIEND_TRIGGER = 41914,
|
||||
SPELL_SUMMON_PARASITIC_SHADOWFIENDS = 41915,
|
||||
SPELL_SHEAR = 41032,
|
||||
|
||||
// Phase 2
|
||||
SPELL_THROW_GLAIVE = 39635,
|
||||
@@ -456,10 +455,6 @@ struct boss_illidan_stormrage : public BossAI
|
||||
DoCastVictim(SPELL_FLAME_CRASH);
|
||||
}, 26s, 35s);
|
||||
|
||||
ScheduleTimedEvent(10s, [&] {
|
||||
DoCastVictim(SPELL_SHEAR);
|
||||
}, 12s, 15s);
|
||||
|
||||
ScheduleTimedEvent(32s, [&] {
|
||||
DoCastVictim(SPELL_DRAW_SOUL);
|
||||
}, 32s);
|
||||
@@ -528,10 +523,6 @@ struct boss_illidan_stormrage : public BossAI
|
||||
DoCastVictim(SPELL_FLAME_CRASH);
|
||||
}, 26s, 35s);
|
||||
|
||||
ScheduleTimedEvent(10s, [&] {
|
||||
DoCastVictim(SPELL_SHEAR);
|
||||
}, 12s, 15s);
|
||||
|
||||
ScheduleTimedEvent(32s, [&] {
|
||||
DoCastVictim(SPELL_DRAW_SOUL);
|
||||
}, 32s);
|
||||
|
||||
Reference in New Issue
Block a user