From be45c124915ca1f4de50b70572d8f28a0c8998b0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Sep 2021 20:28:59 -0300 Subject: Fix the most annoying bug ever. Instance 0 is reserved anyways. --- npc/commands/debug-quest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') 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; } -- cgit v1.2.3-70-g09d2