mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
Update mob_appearance.cpp
This commit is contained in:
@@ -418,8 +418,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client)
|
|||||||
uint32_t client_id = client->GetID();
|
uint32_t client_id = client->GetID();
|
||||||
auto& last_key = m_last_seen_wearchange[client_id];
|
auto& last_key = m_last_seen_wearchange[client_id];
|
||||||
if (last_key == dedupe_key) {
|
if (last_key == dedupe_key) {
|
||||||
LogInfo("Already sent WearChange to client [{}] for mob [{}] skipping",
|
|
||||||
client_id, GetCleanName());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
last_key = dedupe_key;
|
last_key = dedupe_key;
|
||||||
|
|||||||
Reference in New Issue
Block a user