diff options
Diffstat (limited to 'npc/014-3')
-rw-r--r-- | npc/014-3/fountain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt index f14d23b0d..b721fd2ae 100644 --- a/npc/014-3/fountain.txt +++ b/npc/014-3/fountain.txt @@ -26,7 +26,7 @@ goto L_NotEnoughBottles; if (Zeny < .@Cost) goto L_NotEnoughMoney; - getinventorylist; + inventoryplace BottleOfTonoriWater, .@count; Zeny=Zeny-.@Cost; |