diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug-quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index fc6484f18..a92a9d084 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -102,5 +102,5 @@ OnGetq: OnInit: bindatcmd "qdebug", "@qdebug::OnCall", 99, 99, 1; bindatcmd "setq", "@qdebug::OnSetq", 99, 99, 1; - bindatcmd "getq", "@qdebug::OnGetq", 99, 99, 1; + bindatcmd "getq", "@qdebug::OnGetq", 99, 99, 0; } |