diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-23 13:56:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-23 13:56:52 -0300 |
commit | 7bb50e9775b5fb22c9090aa508a7f953ae144dba (patch) | |
tree | 90d7e31389bbfb7a1975139bcbb195d478892c0a /npc | |
parent | 393c6c8daa313e2f3276df603ecaa4cd6992aad8 (diff) | |
download | serverdata-7bb50e9775b5fb22c9090aa508a7f953ae144dba.tar.gz serverdata-7bb50e9775b5fb22c9090aa508a7f953ae144dba.tar.bz2 serverdata-7bb50e9775b5fb22c9090aa508a7f953ae144dba.tar.xz serverdata-7bb50e9775b5fb22c9090aa508a7f953ae144dba.zip |
Fix bug because typo on setq1
Diffstat (limited to 'npc')
-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; } |