summaryrefslogtreecommitdiff
path: root/npc/guild/gldfunc_manager.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-26 22:19:53 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-26 22:19:53 +0000
commit08bdb8f6123c057475b23c717402cea50b887864 (patch)
treed83e25501674ce2669ecd54c5eb8220b546bb2f3 /npc/guild/gldfunc_manager.txt
parentb3428eded9209230188f8c5a17045d02d55766e8 (diff)
downloadhercules-08bdb8f6123c057475b23c717402cea50b887864.tar.gz
hercules-08bdb8f6123c057475b23c717402cea50b887864.tar.bz2
hercules-08bdb8f6123c057475b23c717402cea50b887864.tar.xz
hercules-08bdb8f6123c057475b23c717402cea50b887864.zip
* Fixed some minor guild script related bugs.
- And no, this does NOT fix the Emperium spawning issue. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11811 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/gldfunc_manager.txt')
-rw-r--r--npc/guild/gldfunc_manager.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt
index 86c06443c..009499f3e 100644
--- a/npc/guild/gldfunc_manager.txt
+++ b/npc/guild/gldfunc_manager.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= jAthena - kalen (1.0) & eAthena Team
//===== Current Version: =====================================
-//= 1.9
+//= 1.9a
//===== Compatible With: =====================================
//= eAthena SVN; RO Episode 4+
//===== Description: =========================================
@@ -37,7 +37,8 @@
//= No longer uses defined numerical values for guardian HP calculation
//= Guardian summon display list is now DYNAMIC. Updated with guardian corrections.
//= Added dialog for castle Abandoning. Commented out be default.
-//= 1.8 Fixed guild members being able to access Guild Master services. [L0ne_W0lf]
+//= 1.9 Fixed guild members being able to access Guild Master services. [L0ne_W0lf]
+//= 1.9a Fixed Kafra cutin not closing if you choose not to dismiss her. [L0ne_W0lf]
//============================================================
function script F_GldManager {
@@ -303,6 +304,8 @@ function script F_GldManager {
case 2:
mes "[ Hired Kafra Employee ]";
mes "I'll work hard for you... Thank you!";
+ close2;
+ cutin "kafra_01",255;
return 0;
}
break;