diff --git a/npc/re/cities/mora.txt b/npc/re/cities/mora.txt index cac1aea817..8ed8e62206 100644 --- a/npc/re/cities/mora.txt +++ b/npc/re/cities/mora.txt @@ -1064,7 +1064,7 @@ mora,132,184,5 script Mora Villager#sleep6 522,{ mora,133,184,1 script Mora Villager#sleep4 1790,{ mes "[Mora Villager]"; mes "Moan..."; - end; + close; } mora,134,184,1 script Mora Villager#sleep3 516,{ @@ -1082,7 +1082,7 @@ mora,132,183,7 script Mora Villager#sleep7 524,{ mora,133,183,7 script Mora Villager#sleep8 518,{ mes "[Mora Villager]"; mes "z Z"; - end; + close; } mora,134,183,1 script Mora Villager#sleep9 522,{ diff --git a/npc/re/quests/newgears/2010_headgears.txt b/npc/re/quests/newgears/2010_headgears.txt index 5ff8b18596..19a5f93aa3 100644 --- a/npc/re/quests/newgears/2010_headgears.txt +++ b/npc/re/quests/newgears/2010_headgears.txt @@ -829,7 +829,7 @@ OnTouch: emotion e_omg,1; mes "[" + strcharinfo(0) + "]"; mes "Oh my.. the frog transformed into a child..."; - end; + close; } } end;