Add GetCloseMobList into other calls

This commit is contained in:
Akkadius
2019-12-29 03:15:42 -06:00
parent ec5faea9b1
commit 233f26996b
5 changed files with 15 additions and 19 deletions
-1
View File
@@ -171,7 +171,6 @@ 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;