diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-05 23:59:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-05 23:59:06 -0300 |
commit | 8b383b502798187d0e2467424eff91fc3a5fb7cf (patch) | |
tree | c1eafa08d24e6126cc206d6a3cfc8ae0f1a48053 /npc/commands/super-menu.txt | |
parent | 20dfc1596adc8eb5488c4ef0980b33ec6494b63b (diff) | |
download | serverdata-8b383b502798187d0e2467424eff91fc3a5fb7cf.tar.gz serverdata-8b383b502798187d0e2467424eff91fc3a5fb7cf.tar.bz2 serverdata-8b383b502798187d0e2467424eff91fc3a5fb7cf.tar.xz serverdata-8b383b502798187d0e2467424eff91fc3a5fb7cf.zip |
Main Server: Use serverexit 101r12.5+4_20210106
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 10a956302..de9454379 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -210,7 +210,7 @@ OnWed0259: end; OnWed0300: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; - atcommand("@serverexit 103"); + atcommand("@serverexit 101"); end; } |