diff options
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r-- | npc/merchants/icecream.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt index 55d7c41f7..918b0be2d 100644 --- a/npc/merchants/icecream.txt +++ b/npc/merchants/icecream.txt @@ -61,7 +61,7 @@ mes "[Ice Cream Maker]"; mes "Dear customer, your wallet seems to be light."; mes "Price is ^3355FF100 Zeny^000000 per ice cream."; - close; + close; } if(checkweight(536,.@input) == 0) { mes "[Ice Cream Maker]"; |