diff options
-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 75801a3da..1968e9f28 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -67,7 +67,7 @@ OnSetq: end; } .@q=atoi(.@atcmd_parameters$[0]); - switch (.@atcmd_numparameters < 2) { + switch (.@atcmd_numparameters) { case 4: setq3 .@q, atoi(.@atcmd_parameters$[3]); case 3: |