mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Movement: first batch of followup commits
This commit is contained in:
@@ -578,11 +578,10 @@ struct npc_raz_the_crazed : public EscortAI
|
||||
SetCombatMovement(false);
|
||||
}
|
||||
|
||||
void EnterEvadeMode(EvadeReason /*why*/) override
|
||||
void EnterEvadeMode(EvadeReason why) override
|
||||
{
|
||||
me->DeleteThreatList();
|
||||
me->CombatStop(true);
|
||||
ReturnToLastPoint();
|
||||
EscortAI::EnterEvadeMode(why);
|
||||
DoCastSelf(SPELL_AGGRO_NEARBY_TARGETS, true);
|
||||
}
|
||||
|
||||
void JustAppeared() override
|
||||
|
||||
Reference in New Issue
Block a user