summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index 77ffe8727..586e98031 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -146,8 +146,8 @@ OnSClear:
OnInit:
bindatcmd "debug", "@debug::OnCall", 99, 99, 1;
- bindatcmd "getvar", "@debug::OnGetVar", 99, 99, 1;
- bindatcmd "get-var", "@debug::OnGetVar", 99, 99, 1;
+ bindatcmd "getvar", "@debug::OnGetVar", 80, 99, 1;
+ bindatcmd "get-var", "@debug::OnGetVar", 80, 99, 1;
bindatcmd "setvar", "@debug::OnSetVar", 99, 99, 1;
bindatcmd "set-var", "@debug::OnSetVar", 99, 99, 1;
bindatcmd "sclear", "@debug::OnSClear", 99, 99, 1;