diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/mercenary_rent.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/mercenary_rent.txt b/npc/other/mercenary_rent.txt index eec04287d..645f7dfd6 100644 --- a/npc/other/mercenary_rent.txt +++ b/npc/other/mercenary_rent.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] //= 1.1 Optimization. [Zephyrus] +//= 1.2 Removed redundent input. [L0ne_W0lf] //============================================================ prontera,41,337,5 script Mercenary Manager#Spear 105,{ @@ -681,7 +682,6 @@ prontera,30,337,4 script Mercenary Merchant#Spear::MercMerchant 700,{ mes "Potions each cost 560 zeny."; mes "How many would you like?"; next; - input .@input; //,0,10000; callfunc "F_PurchaseMercItem",12241,560; case 4: mes "[Mercenary Goods Merchant]"; |