Beautiful

This commit is contained in:
Akkadius
2024-11-16 01:13:13 -06:00
parent 2bf02a5be5
commit 8606ccffc9
5 changed files with 40 additions and 88 deletions
+3 -1
View File
@@ -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;