mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 06:28:22 +00:00
Only add self to others when moving
This commit is contained in:
+1
-1
@@ -724,7 +724,7 @@ bool NPC::Process()
|
|||||||
SpellProcess();
|
SpellProcess();
|
||||||
|
|
||||||
if (mob_close_scan_timer.Check()) {
|
if (mob_close_scan_timer.Check()) {
|
||||||
entity_list.ScanCloseMobs(close_mobs, this, true);
|
entity_list.ScanCloseMobs(close_mobs, this, IsMoving());
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint16 npc_mob_close_scan_timer_moving = 6000;
|
const uint16 npc_mob_close_scan_timer_moving = 6000;
|
||||||
|
|||||||
Reference in New Issue
Block a user