diff options
author | Ibrahem Hossam <ibrahem.h.basyone@gmail.com> | 2016-08-13 05:16:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-13 05:16:14 +0200 |
commit | 9f3ef7e80274cf2aa9f0940e043697b0a722da6b (patch) | |
tree | 45eba34b2c38ba29e14db0350d2315e53c2ee052 | |
parent | 2731ce5374e14db47691e1b3f7d00773369de835 (diff) | |
parent | c0300fea44cdb913a3b66a201ffcd902c6d5968f (diff) | |
download | hercules-9f3ef7e80274cf2aa9f0940e043697b0a722da6b.tar.gz hercules-9f3ef7e80274cf2aa9f0940e043697b0a722da6b.tar.bz2 hercules-9f3ef7e80274cf2aa9f0940e043697b0a722da6b.tar.xz hercules-9f3ef7e80274cf2aa9f0940e043697b0a722da6b.zip |
Merge pull request #1398 from skyleo/ayothaya_dungeon_quest
Added missing close;
-rw-r--r-- | npc/quests/quests_ayothaya.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/quests/quests_ayothaya.txt b/npc/quests/quests_ayothaya.txt index 73769b2a8..738b4c006 100644 --- a/npc/quests/quests_ayothaya.txt +++ b/npc/quests/quests_ayothaya.txt @@ -1515,6 +1515,7 @@ ayo_in01,181,193,4 script Shaman#thai 4_F_THAISHAMAN,{ mes "[Boonthom]"; mes "The ancient building consists"; mes "of 2 levels. Before you enter the 2nd underground level, please return to me so that I can tell you how to enter that place."; + close; } mes "[Boonthom]"; mes "Did you forget what materials"; |