From 289fa24dbfc9cc02dc3c31d0b5b47b64523f41b6 Mon Sep 17 00:00:00 2001 From: Daniel Foerster Date: Wed, 20 May 2015 16:27:18 -0500 Subject: Fixed minor Trader bug Changed money check for trading explanation to 2 (actual cost) from 5 (old cost?) --- world/map/npc/009-2/trader.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/009-2/trader.txt b/world/map/npc/009-2/trader.txt index aaba3afb..46ccafac 100644 --- a/world/map/npc/009-2/trader.txt +++ b/world/map/npc/009-2/trader.txt @@ -34,7 +34,7 @@ L_Except: "No thank you.", L_Close; L_Teach: - if (Zeny < 5) goto L_NotEnoughMoney; + if (Zeny < 2) goto L_NotEnoughMoney; set Zeny, Zeny - 2; mes "[Trader]"; mes "\"You can initiate trade with someone by right-clicking on them and choosing trade."; -- cgit v1.2.3-60-g2f50