From fe4e7f2ec610b172203d2beb5df7435ec45b1cdd Mon Sep 17 00:00:00 2001 From: Vicious Date: Tue, 11 Apr 2006 19:58:53 +0000 Subject: bunch of updates.. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/icecream.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/merchants/icecream.txt') 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; -- cgit v1.2.3-60-g2f50