mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 10:28:23 +00:00
Wut
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user