diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:16:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:16:54 -0200 |
commit | 4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7 (patch) | |
tree | 36ab27da82f1a9ea786b06d5554fdb66b5583bb3 | |
parent | 1c92fe6678da9a2f020eb560e931e725695246d1 (diff) | |
download | serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.gz serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.bz2 serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.xz serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.zip |
Silly bug
-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 ec0c146a9..ed28723d3 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -40,6 +40,6 @@ OnCallRefresh: OnInit: bindatcmd "resync", "@resync::OnCall", 0, 60, 0; - bindatcmd "resyncall", "@resync::OnCallrefresh", 0, 60, 0; + bindatcmd "resyncall", "@resync::OnCallRefresh", 0, 60, 0; end; } |