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
39efafbae3
commit
bdc81087c5
@ -423,7 +423,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client)
|
||||
auto send_if_changed = [&](Client* client) {
|
||||
auto& last_key = m_last_seen_wearchange[client->GetID()];
|
||||
if (last_key == dedupe_key) {
|
||||
LogInfo("Ignoring duplicate WearChange for client [{}] with key [{}]", client->GetName(), dedupe_key);
|
||||
return;
|
||||
}
|
||||
last_key = dedupe_key;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user