diff options
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 4 |
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 } |