diff options
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/trader.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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."; |