diff --git a/zone/entity.cpp b/zone/entity.cpp index a632c3942..0365f815d 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -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); diff --git a/zone/forage.cpp b/zone/forage.cpp index 8eaa003a1..3812333fe 100644 --- a/zone/forage.cpp +++ b/zone/forage.cpp @@ -92,7 +92,6 @@ uint32 ZoneDatabase::GetZoneForage(uint32 ZoneID, uint8 skill) { item[index] = atoi(row[0]); chance[index] = atoi(row[1]) + chancepool; - LogError("Possible Forage: [{}] with a [{}] chance", item[index], chance[index]); chancepool = chance[index]; }