mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 23:18:52 -05:00
reverted npc movement delay
it was fine at 2200 ms
This commit is contained in:
parent
b362dcf930
commit
2308570838
@ -578,7 +578,7 @@ public class Npc extends Mob {
|
||||
Instance.getDelayedEventHandler().add(fighting);
|
||||
}
|
||||
|
||||
if (now - lastMovement > 1800) {
|
||||
if (now - lastMovement > 2200) {
|
||||
if (now - getCombatTimer() < (getCombatState() ==
|
||||
CombatState.WAITING ? 5000 : 500)) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user