diff options
Diffstat (limited to 'npc/merchants/milk_trader.txt')
-rw-r--r-- | npc/merchants/milk_trader.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/milk_trader.txt b/npc/merchants/milk_trader.txt index f960ee284..cb5f26c74 100644 --- a/npc/merchants/milk_trader.txt +++ b/npc/merchants/milk_trader.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.2a Switched to Lupus's "loopless" technique.[kobra_k88] //= 1.3 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.4 Implemented checkweight. [L0ne_W0lf] +//= 1.5 Fixed missed variable. (bugreport:1523) [L0ne_W0lf] //============================================================ prontera,73,140,0 script Milk Vendor 86,{ @@ -57,7 +58,7 @@ prontera,73,140,0 script Milk Vendor 86,{ mes "zeny to exchange all"; mes "these Empty Bottles for"; mes "Milk. You need to have"; - mes "at least " + gap + " zeny."; + mes "at least " + .@total_cost + " zeny."; close; } if ((maxweight-weight) < .@total_weight) { |