diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-18 18:14:18 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-18 18:14:18 +0000 |
commit | 6fa92268db65735f1edbfea68d80a81fce2fe503 (patch) | |
tree | 88215ba4eef829c377935ba2fb5576939f83cf40 /npc/other | |
parent | 83752dab1d6888cb3bc74d14ff8ba30dfaeb2985 (diff) | |
download | hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.gz hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.bz2 hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.xz hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.zip |
- Removed redundent input from mercenary vendor. (bugreport:2427)
- Corrected Wolfheiden and Mithril magic cape skill levels. (bugreport:2431)
- Corrected 12.1 monsters using penuma on target not self. (bugreport:2435)
- Fixed delitem causing the sign quest to fault. (bugreport:2444)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13376 54d463be-8e91-2dee-dedb-b68131a5f0ec
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]"; |