This commit is contained in:
Chris Miles
2025-06-12 02:12:46 -05:00
parent 6be59b229a
commit e7594fcfbd
2 changed files with 20 additions and 18 deletions
+2 -1
View File
@@ -209,7 +209,8 @@ public:
Timer m_mob_check_moving_timer;
uint16 m_last_wearchange_race_id = 0;
std::unordered_map<uint32_t, uint64_t> m_last_seen_wearchange;
// client_id -> slot_id -> key
std::unordered_map<uint32_t, std::unordered_map<uint8_t, uint64_t>> m_last_seen_wearchange;
// Bot attack flag
Timer bot_attack_flag_timer;