Browse Source

* Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10906 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 18 years ago
parent
commit
7b0f8d45cf
2 changed files with 6 additions and 2 deletions
  1. 2 0
      npc/Changelog.txt
  2. 4 2
      npc/kafras/functions_kafras.txt

+ 2 - 0
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.

+ 4 - 2
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.";