diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-14 21:02:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-14 21:02:54 -0300 |
commit | 3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a (patch) | |
tree | c241b39e7ab525a9817410603f009e90b65ceab7 /npc | |
parent | 1ec587d376fdc103c0ca8cb9514ddd0389110cd5 (diff) | |
download | serverdata-3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a.tar.gz serverdata-3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a.tar.bz2 serverdata-3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a.tar.xz serverdata-3ce59ce8c6a65395fcc57e22a76932ad6b7b7d6a.zip |
SECURITY PATCH
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 2ce9c6f5b..88f1b05bf 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -148,15 +148,15 @@ OnWed0250: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Server will go down for scheduled maintenance in 10 minutes!"); end; -OnMon0255: +OnWed0255: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Server will go down for scheduled maintenance in 5 minutes!"); end; -OnMon0259: +OnWed0259: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; kamibroadcast("WARNING: Imminent Server restart!"); end; -OnMon0300: +OnWed0300: if (!$AUTORESTART || gettime(GETTIME_DAYOFMONTH) > 7) end; atcommand("@serverexit 103"); end; |