summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-25 12:16:54 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-25 12:16:54 -0200
commit4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7 (patch)
tree36ab27da82f1a9ea786b06d5554fdb66b5583bb3
parent1c92fe6678da9a2f020eb560e931e725695246d1 (diff)
downloadserverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.gz
serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.bz2
serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.tar.xz
serverdata-4693aa47a0e9e181eaf8bcf22eedaa28bfcdbad7.zip
Silly bug
-rw-r--r--npc/commands/resync.txt2
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;
}