[Logging] Remove noisy raid/group/forage errors (#2952)

This commit is contained in:
Chris Miles
2023-02-18 05:40:41 -06:00
committed by GitHub
parent ee6c9a2ad7
commit d6c6b78d8a
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -552,12 +552,10 @@ void EntityList::MobProcess()
#endif
Group *g = GetGroupByMob(mob);
if(g) {
LogError("About to delete a client still in a group");
g->DelMember(mob);
}
Raid *r = entity_list.GetRaidByClient(mob->CastToClient());
if(r) {
LogError("About to delete a client still in a raid");
r->MemberZoned(mob->CastToClient());
}
entity_list.RemoveClient(id);