diff options
author | Ridley8819 <ridley8819@gmail.com> | 2016-07-10 02:42:38 +0200 |
---|---|---|
committer | Ridley8819 <ridley8819@gmail.com> | 2016-07-10 02:42:38 +0200 |
commit | e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9 (patch) | |
tree | e1779b9c3f0dfbf670aec058455f15cb1fe21fe9 /npc/re/quests | |
parent | aa32efcfa156ae219b650888711d09d50fc311d1 (diff) | |
download | hercules-e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9.tar.gz hercules-e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9.tar.bz2 hercules-e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9.tar.xz hercules-e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9.zip |
Fixes Mystery Burglary Quest
-NPC checked for wrong quest and therefore didn't do anything on that part of the quest.
Diffstat (limited to 'npc/re/quests')
-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 -"; |