From 116a244ef2d1a45ea89d5e782aa69546e8eb0a89 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 14 Dec 2007 00:58:20 +0000 Subject: * Minor fixes, guild manager, and a couple others. - bugreport:579, attempt at fixing bugreport:581 - Fixed a typo in the hunter quest. (Not noticable really.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11905 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_manager.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/guild') diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt index 009499f3e..b1134d92c 100644 --- a/npc/guild/gldfunc_manager.txt +++ b/npc/guild/gldfunc_manager.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= jAthena - kalen (1.0) & eAthena Team //===== Current Version: ===================================== -//= 1.9a +//= 1.9b //===== Compatible With: ===================================== //= eAthena SVN; RO Episode 4+ //===== Description: ========================================= @@ -39,6 +39,7 @@ //= Added dialog for castle Abandoning. Commented out be default. //= 1.9 Fixed guild members being able to access Guild Master services. [L0ne_W0lf] //= 1.9a Fixed Kafra cutin not closing if you choose not to dismiss her. [L0ne_W0lf] +//= 1.9b Corrected impropper variable being used for defense investment. [L0ne_W0lf] //============================================================ function script F_GldManager { @@ -190,7 +191,7 @@ function script F_GldManager { mes "I'm sorry but there is not enough zeny to invest in the reserves of guild. You have failed to invest, Master."; return 0; } - set Zeny,Zeny-@def_invest; + set Zeny,Zeny-.@def_invest; SetCastleData getarg(1),5,GetCastleData(getarg(1),5)+1; SetCastleData getarg(1),3,.@Defence+1; set .@Defence, .@Defence + 1; -- cgit v1.2.3-70-g09d2