diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-07-10 08:14:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-10 08:14:13 +0530 |
commit | 66618b60c096f98f2c849ff5f8ce02a3af580996 (patch) | |
tree | e1779b9c3f0dfbf670aec058455f15cb1fe21fe9 | |
parent | aa32efcfa156ae219b650888711d09d50fc311d1 (diff) | |
parent | e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9 (diff) | |
download | hercules-66618b60c096f98f2c849ff5f8ce02a3af580996.tar.gz hercules-66618b60c096f98f2c849ff5f8ce02a3af580996.tar.bz2 hercules-66618b60c096f98f2c849ff5f8ce02a3af580996.tar.xz hercules-66618b60c096f98f2c849ff5f8ce02a3af580996.zip |
Merge pull request #1349 from Ridley8819/Quest
Fixes Mystery Burglary Quest
-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 055d63e8f..58082684d 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -6436,7 +6436,7 @@ eclage,222,131,3 script Wandering Merchant#ecl 1_M_SIGNMCNT,{ mes "stench of alcohol -"; } else if (ep14_2_detect == 7) { - if (questprogress(9248) == 1) { + if (questprogress(9258) == 1) { mes "- Upon getting closer,"; mes "I smell a terrible"; mes "stench of alcohol -"; |