summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/kafras/functions_kafras.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 33c21111c..00f4feaee 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2007/07/24
+ * Rev. 10906 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
2007/07/23
* Fixed 3º Test in Hunter Job Quest. [Samuray22]
-Thanks to ultradamage.
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt
index 9af24f42c..cd1ac6553 100644
--- a/npc/kafras/functions_kafras.txt
+++ b/npc/kafras/functions_kafras.txt
@@ -5,7 +5,7 @@
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 5.8
+//= 5.9
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -52,7 +52,8 @@
//= 5.6a Corrected a few wrong names in the teleport function. [L0ne_W0lf]
//= 5.7 Correced end message no longer displaying, and the duplicate names [L0ne_W0lf]
//= Thanks to Barron-Monster for pointing out the issues.
-//= 5.8 Fixed another double name bing shown when "saving" [L0ne_W0lf]
+//= 5.8 Fixed another double name being shown when "saving" [L0ne_W0lf]
+//= 5.9 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
//============================================================
@@ -89,6 +90,7 @@ function script F_Kafra {
//Guild Castle Kafra message
case 2:
+ set @GID,getcharid(2);
mes "[Kafra Employee]";
mes "Welcome. ^ff0000" + GetGuildName(@GID) + "^000000 Member.";
mes "The Kafra Coporation will stay with you wherever you go.";