summaryrefslogtreecommitdiff
path: root/npc/guild2/schg_cas01.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-21 17:08:14 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-21 17:08:14 +0000
commit2fb0a525453c30a710b27c4eb5c2d95babdb02c1 (patch)
treea328fc3513e082d97972314c0e05f6c9429829c6 /npc/guild2/schg_cas01.txt
parente8b3eecf9e259b11fc01e3856df14ddd77b5d631 (diff)
downloadhercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.gz
hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.bz2
hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.xz
hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.zip
Fixes to WoE SE Juno castles 1, 2, and 3. (copy/paste issues)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12627 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/schg_cas01.txt')
-rw-r--r--npc/guild2/schg_cas01.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/guild2/schg_cas01.txt b/npc/guild2/schg_cas01.txt
index f989f65b8..2bbb58324 100644
--- a/npc/guild2/schg_cas01.txt
+++ b/npc/guild2/schg_cas01.txt
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 First Version [L0ne_W0lf]
//= 1.1 Swaped an end for a close in eco investing. [L0ne_W0lf]
+//= 1.2 Fixed take-over lowering schg_cas04's eco. [L0ne_W0lf]
//============================================================
schg_cas01,1,1,0 script Manager#sch01_02 111,{
@@ -2620,7 +2621,7 @@ OnStartArena:
// Lower castle Economy
set .@Economy,GetCastleData("schg_cas01",2) - 5;
if (.@Economy < 0) set .@Economy, 0;
- SetCastleData "schg_cas04", 2, .@Economy;
+ SetCastleData "schg_cas01", 2, .@Economy;
// Lower Castle Defence
set .@Defence,GetCastleData("schg_cas01",3) - 5;
if (.@Defence < 0) set .@Defence, 0;