diff options
Diffstat (limited to 'world/map/npc/functions/inn.txt')
-rw-r--r-- | world/map/npc/functions/inn.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/functions/inn.txt b/world/map/npc/functions/inn.txt index e45c398c..7cf281bd 100644 --- a/world/map/npc/functions/inn.txt +++ b/world/map/npc/functions/inn.txt @@ -25,7 +25,8 @@ L_Close: mes "[" + @npcname$ + "]"; mes "\"See you.\""; set @npcname$, ""; - close; + close2; + return; L_NoMoney: mes "[" + @npcname$ + "]"; |