diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-29 15:59:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-29 15:59:04 -0300 |
commit | 730259f6ead611f26d0c10dd35af38f4c08a4432 (patch) | |
tree | d0093f7aff774da272b46907b6291d4f87399562 /npc | |
parent | 1a4d02133a27b4b3608025f4dea67f7b3ebccc72 (diff) | |
download | serverdata-730259f6ead611f26d0c10dd35af38f4c08a4432.tar.gz serverdata-730259f6ead611f26d0c10dd35af38f4c08a4432.tar.bz2 serverdata-730259f6ead611f26d0c10dd35af38f4c08a4432.tar.xz serverdata-730259f6ead611f26d0c10dd35af38f4c08a4432.zip |
Fix @setq
Diffstat (limited to 'npc')
-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: |