mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Adjust the behavior of out of range aggro removal
This is a bit more accurate
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ Mob::Mob(const char* in_name,
|
||||
fix_z_timer_engaged(100),
|
||||
attack_anim_timer(1000),
|
||||
position_update_melee_push_timer(1000),
|
||||
mHateListCleanup(3000)
|
||||
mHateListCleanup(6000)
|
||||
{
|
||||
targeted = 0;
|
||||
tar_ndx = 0;
|
||||
|
||||
Reference in New Issue
Block a user