summaryrefslogtreecommitdiff
path: root/npc/merchants/icecream.txt
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 19:58:53 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 19:58:53 +0000
commitfe4e7f2ec610b172203d2beb5df7435ec45b1cdd (patch)
tree9d8a42d4108075d5e4b94afed2eee6a57505c39f /npc/merchants/icecream.txt
parent11835d127f26df6638493c45a7c5e090668430ae (diff)
downloadhercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.gz
hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.bz2
hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.xz
hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.zip
bunch of updates..
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;