summaryrefslogtreecommitdiff
path: root/npc/commands/super-menu.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-14 23:20:28 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-14 23:20:28 -0200
commitee5cfe47beaa845059109cb61045beba88a39dae (patch)
tree388917d092bff08453af6ce11bc33e40395a9987 /npc/commands/super-menu.txt
parentfb1778dcd19a5ee945f5cdbd43d0bcab2adabd8e (diff)
downloadserverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.gz
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.bz2
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.xz
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.zip
Change all custom commands. Mostly logging and obfuscation. Remove some functions.
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r--npc/commands/super-menu.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index 5e5fb6f79..875111e38 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -61,6 +61,6 @@ OnPCLoginEvent:
end;
OnInit:
- bindatcmd "super", "@super::OnCall", 0, 99, 0;
- bindatcmd "numa", "@super::OnCall", 0, 99, 0; // alias for those used to TMW's @numa
+ bindatcmd "super", "@super::OnCall", 80, 99, 0;
+ bindatcmd "numa", "@super::OnCall", 80, 99, 0; // alias for those used to TMW's @numa
}