diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 20:28:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 20:28:59 -0300 |
commit | be45c124915ca1f4de50b70572d8f28a0c8998b0 (patch) | |
tree | 3b6480b09aca545d4f6c2cb2a87c5e0a58712981 /npc/commands | |
parent | 81a63112d6bb6fa383ceea8c3a7a6a327b793127 (diff) | |
download | serverdata-be45c124915ca1f4de50b70572d8f28a0c8998b0.tar.gz serverdata-be45c124915ca1f4de50b70572d8f28a0c8998b0.tar.bz2 serverdata-be45c124915ca1f4de50b70572d8f28a0c8998b0.tar.xz serverdata-be45c124915ca1f4de50b70572d8f28a0c8998b0.zip |
Fix the most annoying bug ever. Instance 0 is reserved anyways.
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; } |