diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:37:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:37:37 -0300 |
commit | d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c (patch) | |
tree | 7f55f227be291d697bed2d0745b4ef9fd779978b /npc/005-1/liana.txt | |
parent | fb6f8e2140e9c82e0f8ffbb263ef13efa5152e21 (diff) | |
download | serverdata-d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c.tar.gz serverdata-d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c.tar.bz2 serverdata-d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c.tar.xz serverdata-d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c.zip |
Purge queststat2 from Liana
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r-- | npc/005-1/liana.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index ad4e353e3..e6f70c492 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -33,8 +33,7 @@ L_Slime: mesq l("I collect them."); next; if (.@q == 0) goto L_Quest; - if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2; - if (.@q == 2) goto L_Repeat; + if (gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) goto L_Repeat; close; L_Quest: |