summaryrefslogtreecommitdiff
path: root/npc/guild/agit_template.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-16 11:11:10 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-16 11:11:10 +0000
commitae980fe269823d24ba06b472ef9865d910228340 (patch)
tree6d6f52f16371e3459860ba12cddc9be36d9dd14f /npc/guild/agit_template.txt
parent11f60b00d19a194ee4a0cdb4b889aed9ebe96140 (diff)
downloadhercules-ae980fe269823d24ba06b472ef9865d910228340.tar.gz
hercules-ae980fe269823d24ba06b472ef9865d910228340.tar.bz2
hercules-ae980fe269823d24ba06b472ef9865d910228340.tar.xz
hercules-ae980fe269823d24ba06b472ef9865d910228340.zip
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
Diffstat (limited to 'npc/guild/agit_template.txt')
-rw-r--r--npc/guild/agit_template.txt5
1 files changed, 3 insertions, 2 deletions
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;
}