mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 08:38:20 +00:00
[Performance] Don't process ProjectileAttack checks for NPC's that are not engaged in any combat
This commit is contained in:
@@ -956,7 +956,6 @@ void Mob::ProjectileAttack()
|
||||
{
|
||||
if (!HasProjectileAttack())
|
||||
return;
|
||||
;
|
||||
|
||||
Mob *target = nullptr;
|
||||
bool disable = true;
|
||||
|
||||
Reference in New Issue
Block a user