Safeguard to npc aggro scanning

This commit is contained in:
Akkadius 2017-07-11 02:08:00 -05:00
parent 59a2f0cdde
commit d9a1cf8c7b

View File

@ -634,6 +634,9 @@ bool Client::Process() {
for (auto it = close_mobs.begin(); it != close_mobs.end(); ++it) {
Mob *mob = it->first;
if (!mob)
continue;
if (mob->IsClient())
continue;