mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scripts/Trial Of The Crusader: Fixed Anub'arak Pursuing Spikes movement (#24715)
This commit is contained in:
@@ -370,7 +370,6 @@ class boss_anubarak_trial : public CreatureScript
|
||||
break;
|
||||
}
|
||||
case EVENT_EMERGE:
|
||||
events.ScheduleEvent(EVENT_SUBMERGE, 80*IN_MILLISECONDS, 0, PHASE_MELEE);
|
||||
DoCast(SPELL_SPIKE_TELE);
|
||||
summons.DespawnEntry(NPC_SPIKE);
|
||||
me->RemoveAurasDueToSpell(SPELL_SUBMERGE_ANUBARAK);
|
||||
@@ -825,8 +824,7 @@ class npc_anubarak_spike : public CreatureScript
|
||||
me->GetThreatManager().ResetAllThreat();
|
||||
DoZoneInCombat();
|
||||
AddThreat(who, 1000000.0f);
|
||||
me->GetMotionMaster()->Clear();
|
||||
me->GetMotionMaster()->MoveChase(who);
|
||||
AttackStart(who);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user