Use GetSmartMobList in AESpell

This commit is contained in:
Akkadius
2019-12-29 02:42:52 -06:00
parent 6b465c576d
commit ec5faea9b1
4 changed files with 143 additions and 218 deletions
+1
View File
@@ -171,6 +171,7 @@ public:
void DisplayInfo(Mob *mob);
std::unordered_map<uint16, Mob *> close_mobs;
std::unordered_map<uint16, Mob *>& GetSmartMobList(float distance = 0);
Timer mob_scan_close;
Timer mob_check_moving_timer;