mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Safeguard to npc aggro scanning
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user