mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Safeguard to npc aggro scanning
This commit is contained in:
parent
59a2f0cdde
commit
d9a1cf8c7b
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user