diff options
-rw-r--r-- | npc/functions/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index e1fca2863..9f820725b 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -14,8 +14,8 @@ function script menuaction { } function script setq1 { - // Quest, val1 , val2 , val3 , time - setq getarg(0), getarg(1), getq(getarg(0)), getq3(getarg(0)), getqtime(getarg(0)); + // Quest, val1 , val2 , val3 , time + setq getarg(0), getarg(1), getq2(getarg(0)), getq3(getarg(0)), getqtime(getarg(0)); return; } |