diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-01-14 16:36:53 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-01-14 16:36:53 +0530 |
commit | 3c032b6766ded92ef032862ff3b812cad0eacefd (patch) | |
tree | 7bf1d5f93c6982a80171be397431b588f3b0ea38 | |
parent | 74f2ce544bcc8ad814e3512b67f508fe5df40c23 (diff) | |
parent | b430fa253bca3930603bf16076a74a83e6f48b19 (diff) | |
download | hercules-3c032b6766ded92ef032862ff3b812cad0eacefd.tar.gz hercules-3c032b6766ded92ef032862ff3b812cad0eacefd.tar.bz2 hercules-3c032b6766ded92ef032862ff3b812cad0eacefd.tar.xz hercules-3c032b6766ded92ef032862ff3b812cad0eacefd.zip |
Merge pull request #442 from emistry/master
Fix Incorrect quest progress checking.
-rw-r--r-- | npc/re/quests/quests_eclage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/quests/quests_eclage.txt b/npc/re/quests/quests_eclage.txt index f652274fc..cb57f1681 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -14718,7 +14718,7 @@ ecl_in01,32,52,5 script Traveler Fome#tl01 4_F_DOGTRAVELER,3,3,{ mes "The fact that you made it here actually seems just short of a miracle..."; close; } - .@totaltemp = questprogress(7424) + questprogress(7424) + questprogress(7425) + questprogress(7426); + .@totaltemp = questprogress(7423) + questprogress(7424) + questprogress(7425) + questprogress(7426); .@total = questprogress(7411) + questprogress(7412) + questprogress(7413); if (ep14_2_mylord < 2 || (ep14_2_mylord == 2 && questprogress(7411) != 1)) { mes "[Fome]"; |