From e1e585b542b87ceaa94b3f610ee2e3ad93c50ad9 Mon Sep 17 00:00:00 2001 From: Ridley8819 Date: Sun, 10 Jul 2016 02:42:38 +0200 Subject: Fixes Mystery Burglary Quest -NPC checked for wrong quest and therefore didn't do anything on that part of the quest. --- npc/re/quests/quests_eclage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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 -"; -- cgit v1.2.3-70-g09d2