diff options
Diffstat (limited to 'npc/commands/resync.txt')
-rw-r--r-- | npc/commands/resync.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index bd32d320f..1a1dfb121 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -22,8 +22,8 @@ OnCall: /* getmapxy(.@m$, .@x, .@y, 0); slide .@x, .@y; - @rsync_delay=gettimetick(2)+rand(6,15); */ + @rsync_delay=gettimetick(2)+rand(4,6); atcommand("@refresh"); end; |