special hellgate mob AI distance

This commit is contained in:
2025-03-15 00:29:48 -05:00
parent 65e306c3cb
commit 49ce99fd58
2 changed files with 151 additions and 9 deletions
+1 -1
View File
@@ -5159,7 +5159,7 @@ public class PlayerCharacter extends AbstractCharacter {
this.timestamps.put("SetDirty", System.currentTimeMillis());
}else if (this.timestamps.get("SetDirty") + 5000L < System.currentTimeMillis()){
InterestManager.setObjectDirty(this);
this.setDirtyLoad(true);
InterestManager.reloadCharacter(this,false);
this.timestamps.put("SetDirty", System.currentTimeMillis());
}