mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Added npc_types.assistradius, defaults to npc_types.aggroradius if set to 0
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ NPC::NPC(const NPCType* d, Spawn2* in_respawn, float x, float y, float z, float
|
||||
logging_enabled = NPC_DEFAULT_LOGGING_ENABLED;
|
||||
|
||||
pAggroRange = d->aggroradius;
|
||||
pAssistRange = GetAggroRange();
|
||||
pAssistRange = d->assistradius;
|
||||
findable = d->findable;
|
||||
trackable = d->trackable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user