diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:34:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:34:25 -0300 |
commit | fe1ef303f2f835427c1474bb79fce6675991db22 (patch) | |
tree | c4c997b84b90ceeed184962ef89b22648b7efe67 /npc/commands | |
parent | bfa7c60ac98af08609cc0057558027afa3427f68 (diff) | |
download | serverdata-fe1ef303f2f835427c1474bb79fce6675991db22.tar.gz serverdata-fe1ef303f2f835427c1474bb79fce6675991db22.tar.bz2 serverdata-fe1ef303f2f835427c1474bb79fce6675991db22.tar.xz serverdata-fe1ef303f2f835427c1474bb79fce6675991db22.zip |
GMs and Officers can cast @resync on others
Diffstat (limited to 'npc/commands')
-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; } |