mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
Update mob_appearance.cpp
This commit is contained in:
parent
ed8e1bdc74
commit
62f11d910a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user