diff options
author | Emistry <Equinox1991@gmail.com> | 2015-07-14 22:13:41 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-07-14 22:13:41 +0800 |
commit | 55fc59def74c002835ae301065455d1f1d982f19 (patch) | |
tree | 315a18b99395d775a6f465b6538cf44f12c8cb9e /npc/re/quests/quests_eclage.txt | |
parent | d93ed2a26dab220632d523caea0358d33dda7051 (diff) | |
download | hercules-55fc59def74c002835ae301065455d1f1d982f19.tar.gz hercules-55fc59def74c002835ae301065455d1f1d982f19.tar.bz2 hercules-55fc59def74c002835ae301065455d1f1d982f19.tar.xz hercules-55fc59def74c002835ae301065455d1f1d982f19.zip |
Fixed bug #595
https://github.com/HerculesWS/Hercules/issues/595
Diffstat (limited to 'npc/re/quests/quests_eclage.txt')
-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 164f66fad..4f85b42c8 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -18543,7 +18543,7 @@ ecl_tdun04,32,35,3 script Hisie#tlord 4_M_FARIY_HISIE,{ mes "[Hisie]"; mes "If you climbed all the way here out of curiosity, you'd better start going down now."; mes "Professor has been under the weather nowadays."; - close; + close2; } else if (ep14_2_mylord == 14) { cutin "hisie01",0; |