Core/Combat: Improve sanctuary combat stop
Port From (https://github.com/TrinityCore/TrinityCore/commit/7779a33142279557ad08111fec6586700ad19606)
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Game.Entities
|
||||
{
|
||||
AddPvpFlag(UnitPVPStateFlags.Sanctuary);
|
||||
pvpInfo.IsInNoPvPArea = true;
|
||||
if (duel == null)
|
||||
if (duel == null && GetCombatManager().HasPvPCombat())
|
||||
CombatStopWithPets();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user