summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-26 03:04:23 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-26 03:04:23 -0300
commit8e2758fec796d5e4e684f86bc1662f85222096c6 (patch)
tree762aaa2ce8789b7a75e565275b8958db6366205e /npc/commands/debug.txt
parentb5e3ca971ad667832780a0aa69f3bbd6c2ab7773 (diff)
downloadserverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.gz
serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.bz2
serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.xz
serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.zip
Fix some security issues and transfer some GM commands.
- @getvar against self is now GM 80 - @event wrapper is now GM 80 - @blessing is now GM 80 and can be used by others beside Jesusalva
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;