mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Performance] Clear Wearchange Deduplication Cache (#4960)
* [Performance] Clear Wearchange Deduplication Cache * Move timers to process loops
This commit is contained in:
@@ -561,6 +561,10 @@ bool Client::Process() {
|
||||
{
|
||||
ItemTimerCheck();
|
||||
}
|
||||
|
||||
if (m_clear_wearchange_cache_timer.Check()) {
|
||||
m_last_seen_wearchange.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user