summaryrefslogtreecommitdiff
path: root/npc/kafras
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-24 15:19:51 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-24 15:19:51 +0000
commitd9c231e137254734e780570b48741205868be4b7 (patch)
tree4c5695f1c0dac99348ed61cbe9742301c7189b78 /npc/kafras
parent2c0689bcb46f645d97226159616de11ecec62b62 (diff)
downloadhercules-d9c231e137254734e780570b48741205868be4b7.tar.gz
hercules-d9c231e137254734e780570b48741205868be4b7.tar.bz2
hercules-d9c231e137254734e780570b48741205868be4b7.tar.xz
hercules-d9c231e137254734e780570b48741205868be4b7.zip
* Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10906 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras')
-rw-r--r--npc/kafras/functions_kafras.txt6
1 files changed, 4 insertions, 2 deletions
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.";