More scanning work to unify data structures

This commit is contained in:
Akkadius
2019-12-29 02:01:48 -06:00
parent 9481e9eb2d
commit 6b465c576d
11 changed files with 57 additions and 35 deletions
+1 -2
View File
@@ -1366,8 +1366,7 @@ void Mob::AI_Process() {
* NPC to NPC aggro (npc_aggro flag set)
*/
for (auto &close_mob : close_mobs) {
Mob *mob = close_mob.first;
float distance = close_mob.second;
Mob *mob = close_mob.second;
if (mob->IsClient()) {
continue;