diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-28 21:12:00 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-28 21:12:00 +0000 |
commit | 17444b0d4381c2164027ea3e75fd45d9ee02abdd (patch) | |
tree | 7055294cdd22d5b50f15a3ad3570c50be94065f1 /npc/kafras/kafras_pay.txt | |
parent | 45f401feaaf4ae6833f436d38f96ea8e841ed28f (diff) | |
download | hercules-17444b0d4381c2164027ea3e75fd45d9ee02abdd.tar.gz hercules-17444b0d4381c2164027ea3e75fd45d9ee02abdd.tar.bz2 hercules-17444b0d4381c2164027ea3e75fd45d9ee02abdd.tar.xz hercules-17444b0d4381c2164027ea3e75fd45d9ee02abdd.zip |
* Rev. 10823 Added missing "close;" to the Payon Monster Scholar.
* Fixed the display names for the Payon Kafra's.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10823 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras/kafras_pay.txt')
-rw-r--r-- | npc/kafras/kafras_pay.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/kafras/kafras_pay.txt b/npc/kafras/kafras_pay.txt index 57c9b88f4..9cff73490 100644 --- a/npc/kafras/kafras_pay.txt +++ b/npc/kafras/kafras_pay.txt @@ -3,7 +3,7 @@ //===== By: ========================= //= eAthena Dev Team //===== Current Version: =================== -//= 2.4 +//= 2.4b //===== Compatible With: ===================== //= eAthena 1.0 //===== Description: ============================================ @@ -25,6 +25,7 @@ //= 2.32 Minor fix to Payon Archer Kafra [SinSloth] //= 2.4 Updated function calls with new arguments. [L0ne_W0lf] //= Added unique Kafra Welcome message. +//= 2.4b Updated hte remaning names for the Kafra's. [L0ne_W0lf] //========================================================================== @@ -45,7 +46,7 @@ payon,181,104,4 script Kafra Employee::kaf_payon 113,{ } // Main Town, Middle North -------------------------------------------------- -payon,175,226,4 script Kafra::kaf_payon2 116,{ +payon,175,226,4 script Kafra Employee::kaf_payon2 116,{ cutin "kafra_02",2; callfunc "F_KafSetPay"; mes "[Kafra Employee]"; @@ -62,7 +63,7 @@ payon,175,226,4 script Kafra::kaf_payon2 116,{ } // Archer Village ------------------------------------------------------------ -pay_arche,55,123,0 script Kafra::kaf_payon3 115,{ +pay_arche,55,123,0 script Kafra Employee::kaf_payon3 115,{ cutin "kafra_03",2; callfunc "F_KafSetPay"; mes "[Kafra Employee]"; |