mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
Beautiful
This commit is contained in:
+3
-1
@@ -202,7 +202,7 @@ public:
|
||||
void DisplayInfo(Mob *mob);
|
||||
|
||||
std::unordered_map<uint16, Mob *> m_close_mobs;
|
||||
std::unordered_map<int, bool> m_can_see_mob;
|
||||
std::unordered_map<int, int8> m_can_see_mob;
|
||||
Timer m_scan_close_mobs_timer;
|
||||
Timer m_see_close_mobs_timer;
|
||||
Timer m_mob_check_moving_timer;
|
||||
@@ -1909,6 +1909,8 @@ protected:
|
||||
|
||||
MobMovementManager *mMovementManager;
|
||||
|
||||
bool m_invisibility_state = 0;
|
||||
|
||||
private:
|
||||
Mob* target;
|
||||
EQ::InventoryProfile m_inv;
|
||||
|
||||
Reference in New Issue
Block a user