diff options
author | skyleo <leo-pflug@web.de> | 2016-08-11 18:23:29 +0200 |
---|---|---|
committer | skyleo <leo-pflug@web.de> | 2016-08-13 04:08:17 +0200 |
commit | c0300fea44cdb913a3b66a201ffcd902c6d5968f (patch) | |
tree | 45eba34b2c38ba29e14db0350d2315e53c2ee052 /npc | |
parent | 2731ce5374e14db47691e1b3f7d00773369de835 (diff) | |
download | hercules-c0300fea44cdb913a3b66a201ffcd902c6d5968f.tar.gz hercules-c0300fea44cdb913a3b66a201ffcd902c6d5968f.tar.bz2 hercules-c0300fea44cdb913a3b66a201ffcd902c6d5968f.tar.xz hercules-c0300fea44cdb913a3b66a201ffcd902c6d5968f.zip |
Added missing close;
Diffstat (limited to 'npc')
-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"; |