From ae980fe269823d24ba06b472ef9865d910228340 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 16 May 2008 11:11:10 +0000 Subject: Fixed variable typo in guild scripts. (bugreport:1514) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12712 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/agit_template.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/guild') diff --git a/npc/guild/agit_template.txt b/npc/guild/agit_template.txt index f38f5c291..89b6acf2f 100644 --- a/npc/guild/agit_template.txt +++ b/npc/guild/agit_template.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -38,6 +38,7 @@ //= 1.2 Fixed Eco Invest option charging twice. [L0ne_W0lf] //= 1.3 Fixed a loading flag emblem for Payon 1. [L0ne_W0lf] //= Fixed two typos regarding Guild Steward name. +//= 1.4 Fixed a typo in defense investment. [L0ne_W0lf] //============================================================ // AGIT Manager Template @@ -569,7 +570,7 @@ OnRecvCastle: mes " "; mes "Originally you can invest just once but if you pay more money, you can invest twice."; mes " "; - if (.@Defense == 100) { + if (.@Defence == 100) { mes "^ff0000But the safeguard level of our castle is peaked at 100%. It doesn't need any more investment. As I expected you have a great acumen, Master.^000000"; close; } -- cgit v1.2.3-70-g09d2