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 29d49c948..8c48d8a60 100644 --- a/npc/merchants/icecream.txt +++ b/npc/merchants/icecream.txt @@ -69,7 +69,7 @@ mes "before making a purchase."; close; } - set Zeny,Zeny-100*.@input; + Zeny -=100*.@input; getitem 536,.@input; // Ice_Cream close; } |