summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/groups.conf2
-rw-r--r--npc/commands/resync.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 4a1d679dc..27a3a5c40 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -105,6 +105,7 @@ groups: (
level: 1
commands: {
pettalk: true
+ refresh: true
}
log_commands: false
permissions: {
@@ -133,7 +134,6 @@ groups: (
showexp: true
showzeny: true
whereis: true
- refresh: true
noask: true
noks: true
autoloot: true
diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt
index 53a406061..e95319acd 100644
--- a/npc/commands/resync.txt
+++ b/npc/commands/resync.txt
@@ -19,12 +19,12 @@ OnCall:
dispbottom l("Not resync'ing to prevent flood.");
end;
}
- /*
getmapxy(.@m$, .@x, .@y, 0);
slide .@x, .@y;
- */
@rsync_delay=gettimetick(2)+rand(4,6);
+ /*
atcommand("@refresh");
+ */
end;
OnInit: