diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_managers.txt | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index f48795cdc..eec9f0a5c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,8 @@ Date Added ====== +2007/11/06 + * Rev 11685 Another Luina guild manager fix (In an I never updated that worked fine before.) [L0ne_W0lf] + 2007/11/05 * Rev 11678 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf] * Rev 11677 Fixed errors in the Halloween 2006 event script. :P [L0ne_W0lf] diff --git a/npc/guild/aldeg/aldeg_managers.txt b/npc/guild/aldeg/aldeg_managers.txt index ba2177ada..e4fa507fa 100644 --- a/npc/guild/aldeg/aldeg_managers.txt +++ b/npc/guild/aldeg/aldeg_managers.txt @@ -4,7 +4,7 @@ //= jAthena - kalen (1.0) //= 1.1 by Akaru, ho|yAnge|X, and Valaris //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena 0.1+; RO Episode 4+ //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.4 Updated Guardian positions and types. [L0ne_W0lf] //= Updated manager names, and some additional info //= 1.5 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf] +//= 1.5a Another bug fix in an NPC that magically broke. [L0ne_W0lf] //============================================================ // Castle 1 ================================================================================== @@ -54,7 +55,7 @@ aldeg_cas02,78,74,0 script Chenchenlie#alde2 55,{ // Castle 3 ================================================================================== aldeg_cas03,110,118,0 script Nahzarf#alde3 55,{ - if(callfunc("F_GldManager","Chen Lee","aldeg_cas03",229,267,"A03") == 0) close; + if(callfunc("F_GldManager","Chen Lee","aldeg_cas03",229,267,"A03") == 0) close; if (@GDnum == 10) guardian "aldeg_cas03",90,112,"Guardian Knight",1286,"Guardian_A03::OnGuardianDied",0; if (@GDnum == 11) guardian "aldeg_cas03",116,112,"Guardian Knight",1286,"Guardian_A03::OnGuardianDied",1; |