Core/AI: Remove unnecessary parameter from DoZoneInCombat
Port From (https://github.com/TrinityCore/TrinityCore/commit/5d48e8db7d0175af807e77214583058bf6e9c790)
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Game.AI
|
||||
Global.CreatureTextMgr.SendChat(me, (byte)id, whisperTarget);
|
||||
}
|
||||
|
||||
public void DoZoneInCombat(Creature creature = null, float maxRangeToNearestTarget = 250.0f)
|
||||
public void DoZoneInCombat(Creature creature = null)
|
||||
{
|
||||
if (!creature)
|
||||
creature = me;
|
||||
|
||||
Reference in New Issue
Block a user