Scripts: fixed build

This commit is contained in:
Ovahlord
2020-07-22 19:39:43 +02:00
parent 507868a9e1
commit ea8d7093e9
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ public:
me->SetStandState(UNIT_STAND_STATE_SIT);
me->RemoveAllAuras();
me->CombatStop(true);
me->GetThreatManager().NotifyDisengaged();
EngagementOver();
UnkorUnfriendly_Timer = 60000;
}

View File

@@ -50,7 +50,7 @@ class npc_pet_pri_lightwell : public CreatureScript
return;
me->CombatStop(true);
me->GetThreatManager().NotifyDisengaged();
EngagementOver();
me->ResetPlayerDamageReq();
}
};