fix(Scripts/HyjalSummit): Set correct On Death Talk for Archimonde (#24475)
This commit is contained in:
parent
36af3bf820
commit
0dec7c1c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue