diff --git a/zone/mob_appearance.cpp b/zone/mob_appearance.cpp index 1151cd707..198d31f6d 100644 --- a/zone/mob_appearance.cpp +++ b/zone/mob_appearance.cpp @@ -418,8 +418,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client) uint32_t client_id = client->GetID(); auto& last_key = m_last_seen_wearchange[client_id]; if (last_key == dedupe_key) { - LogInfo("Already sent WearChange to client [{}] for mob [{}] skipping", - client_id, GetCleanName()); return; } last_key = dedupe_key;