mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
Update mob_appearance.cpp
This commit is contained in:
@@ -423,7 +423,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client)
|
|||||||
auto send_if_changed = [&](Client* client) {
|
auto send_if_changed = [&](Client* client) {
|
||||||
auto& last_key = m_last_seen_wearchange[client->GetID()];
|
auto& last_key = m_last_seen_wearchange[client->GetID()];
|
||||||
if (last_key == dedupe_key) {
|
if (last_key == dedupe_key) {
|
||||||
LogInfo("Ignoring duplicate WearChange for client [{}] with key [{}]", client->GetName(), dedupe_key);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
last_key = dedupe_key;
|
last_key = dedupe_key;
|
||||||
|
|||||||
Reference in New Issue
Block a user