mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(Scripts/HyjalSummit): Set correct On Death Talk for Archimonde (#24475)
This commit is contained in:
@@ -215,7 +215,7 @@ struct boss_archimonde : public BossAI
|
||||
scheduler.CancelAll();
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
DoCastAOE(SPELL_PROTECTION_OF_ELUNE, true);
|
||||
Talk(SAY_ENRAGE);
|
||||
Talk(SAY_DEATH);
|
||||
_enraged = true;
|
||||
me->GetMotionMaster()->Clear(false);
|
||||
me->GetMotionMaster()->MoveIdle();
|
||||
|
||||
Reference in New Issue
Block a user