fix(Core/Raid): Archimonde's Unable to kill (#15128)
Fix(Core);[raid]Archimonde's BUG
This commit is contained in:
parent
dba57a6107
commit
90e23cbc66
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ public:
|
|||
{
|
||||
instance->SetData(DATA_ARCHIMONDEEVENT, NOT_STARTED);
|
||||
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
DoomfireSpiritGUID.Clear();
|
||||
WorldTreeGUID.Clear();
|
||||
WispCount = 0;
|
||||
|
|
@ -618,6 +619,7 @@ public:
|
|||
break;
|
||||
}
|
||||
case EVENT_BELOW_10_PERCENT_HP:
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
DoCastProtection(); // Protection of Elune against Finger and Hand of Death
|
||||
BelowTenPercent = true;
|
||||
me->GetMotionMaster()->Clear(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue