Core/Movement: first batch of followup commits

This commit is contained in:
Ovahlord
2018-08-02 16:03:19 +02:00
parent c808b981f7
commit 075a79dac1
13 changed files with 52 additions and 50 deletions

View File

@@ -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