summaryrefslogtreecommitdiff
path: root/npc/merchants/icecream.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r--npc/merchants/icecream.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt
index 27c94d74b..9dcaa6425 100644
--- a/npc/merchants/icecream.txt
+++ b/npc/merchants/icecream.txt
@@ -33,8 +33,8 @@ alberta.gat,120,45,2 script Ice Cream Maker::IceCreamer 85,{
if(@input<1) goto L_inpC;
if(@input>5) goto L_inpM;
if(Zeny< @input*100) goto L_NoZ;
- getitem 536,@input;
set Zeny,Zeny-100*@input;
+ getitem 536,@input;
mes "Here you go " +@input+ " Ice Cream for you.";
close;