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 -1
View File
@@ -761,7 +761,7 @@ void EntityList::AESpell(
LogAoeCast("Using close scan mob list");
for (auto &it : caster_mob->close_mobs) {
current_mob = it.first;
current_mob = it.second;
if (!current_mob) {
continue;