[Performance] Wearchange Packet Send Deduplication

This commit is contained in:
Chris Miles
2025-06-11 17:30:42 -05:00
parent a0ff9d67a1
commit ed8e1bdc74
2 changed files with 44 additions and 12 deletions
+2
View File
@@ -208,6 +208,8 @@ public:
Timer m_see_close_mobs_timer;
Timer m_mob_check_moving_timer;
std::unordered_map<uint32_t, uint64_t> m_last_seen_wearchange;
// Bot attack flag
Timer bot_attack_flag_timer;