mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts: fixed build
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
me->SetStandState(UNIT_STAND_STATE_SIT);
|
||||
me->RemoveAllAuras();
|
||||
me->CombatStop(true);
|
||||
me->GetThreatManager().NotifyDisengaged();
|
||||
EngagementOver();
|
||||
UnkorUnfriendly_Timer = 60000;
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ class npc_pet_pri_lightwell : public CreatureScript
|
||||
return;
|
||||
|
||||
me->CombatStop(true);
|
||||
me->GetThreatManager().NotifyDisengaged();
|
||||
EngagementOver();
|
||||
me->ResetPlayerDamageReq();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user