diff options
author | Haru <haru@dotalux.com> | 2015-05-14 20:28:34 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-05-14 20:32:41 +0200 |
commit | 6e3f2f6a507d88603def67d8aefaba3a62297573 (patch) | |
tree | ebe0dca8dedb42340e256e2e7a5f4cf065fcf88a /npc/quests | |
parent | 1f1fcb786383857824b1cba7664e36e753334982 (diff) | |
download | hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.gz hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.bz2 hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.xz hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.zip |
Fixed some invalid questprogress conditions
Special thanks to MordekaiserGod for pointing out the issue.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_13_1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index fc051b383..fa660cb04 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -8368,7 +8368,7 @@ mid_camp,66,122,55 script Henry Clifford 4_M_05,{ } mid_camp,88,100,55 script Cat Hand Mining Agent 4_CAT,{ - if (!questprogress(12062,PLAYTIME) == -1) { + if (!questprogress(12062,PLAYTIME)) { if ((countitem(6048) > 2) && (ep13_yong1 > 9)) { mes "[Cat Hand Mining Agent]"; mes "Oh, wow~"; |