[Cleanup] Remove LimitCheckBoth() from zone/entity.cpp and zone/entity.h (#3393)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-06-12 16:05:39 -04:00
committed by GitHub
parent 108fc82ee0
commit 306b06745f
2 changed files with 0 additions and 30 deletions
-1
View File
@@ -490,7 +490,6 @@ public:
void LimitRemoveNPC(NPC *npc);
bool LimitCheckType(uint32 npc_type, int count);
bool LimitCheckGroup(uint32 spawngroup_id, int count);
bool LimitCheckBoth(uint32 npc_type, uint32 spawngroup_id, int group_count, int type_count);
bool LimitCheckName(const char* npc_name);
int GetHatedCount(Mob *attacker, Mob *exclude, bool inc_gray_con);