mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Scripts/ZulAman): Reset threat after Zuljin does his phase transi… (#20782)
fix(Scripts/ZulAman): Reset threat after Zuljin does his phase transition transformation
This commit is contained in:
@@ -309,6 +309,7 @@ struct boss_zuljin : public BossAI
|
||||
me->m_Events.AddEventAtOffset([&] {
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
DoCastSelf(Transform[_nextPhase].spell);
|
||||
DoResetThreatList();
|
||||
|
||||
if (_nextPhase == PHASE_EAGLE)
|
||||
{
|
||||
@@ -331,7 +332,6 @@ struct boss_zuljin : public BossAI
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
DoStopAttack();
|
||||
me->GetMotionMaster()->Clear();
|
||||
DoResetThreatList();
|
||||
|
||||
me->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID, 0);
|
||||
me->RemoveAurasDueToSpell(Transform[NextPhase].unaura);
|
||||
|
||||
Reference in New Issue
Block a user