diff options
-rw-r--r-- | conf/groups.conf | 2 | ||||
-rw-r--r-- | npc/commands/resync.txt | 4 |
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: |