diff options
Diffstat (limited to 'npc')
-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 696f68277..5512e5d8c 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -25,6 +25,6 @@ OnCall: end; OnInit: - bindatcmd "resync", "@resync::OnCall", 0, 99, 0; + bindatcmd "resync", "@resync::OnCall", 0, 60, 0; end; } |