diff options
-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; } |