diff options
Diffstat (limited to 'npc/guild2/schg_cas02.txt')
-rw-r--r-- | npc/guild2/schg_cas02.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt index ccb414e64..f0542dabb 100644 --- a/npc/guild2/schg_cas02.txt +++ b/npc/guild2/schg_cas02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.0 First Version [L0ne_W0lf] //= 1.1 Fixed setcell range of first barricade. [L0ne_W0lf] //= 1.2 Fixed first Barricade being desotryable. [L0ne_W0lf] +//= 1.3 Swaped an end for a close in eco investing. [L0ne_W0lf] //============================================================ schg_cas02,1,1,0 script Manager#sch02_02 111,{ @@ -2295,7 +2296,7 @@ schg_cas02,105,378,3 script Steward#sch02 55,{ mes "you do not have enough"; mes "zeny to make an investment"; mes "for the guild today."; - end; + close; } set zeny,zeny-.@eco_invest; SetCastleData "schg_cas02",4,GetCastleData("schg_cas02",4)+1; |