mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/BlackTemple): Mother Shahraz should not use frenzy (#19543)
This commit is contained in:
@@ -54,7 +54,6 @@ enum Spells
|
||||
SPELL_FATAL_ATTRACTION_AURA = 41001,
|
||||
SPELL_FATAL_ATTRACTION_DAMAGE = 40871,
|
||||
SPELL_ENRAGE = 45078,
|
||||
SPELL_FRENZY = 40683,
|
||||
SPELL_SABER_LASH_IMMUNITY = 43690
|
||||
};
|
||||
|
||||
@@ -74,7 +73,6 @@ struct boss_mother_shahraz : public BossAI
|
||||
_canTalk = true;
|
||||
|
||||
ScheduleHealthCheckEvent(10, [&] {
|
||||
DoCastSelf(SPELL_FRENZY, true);
|
||||
Talk(SAY_EMOTE_FRENZY);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user