mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Logging] Remove noisy raid/group/forage errors (#2952)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user