mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
More scanning work to unify data structures
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user