mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 13:21: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) {
|
for (auto it = close_mobs.begin(); it != close_mobs.end(); ++it) {
|
||||||
Mob *mob = it->first;
|
Mob *mob = it->first;
|
||||||
|
|
||||||
|
if (!mob)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (mob->IsClient())
|
if (mob->IsClient())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user