diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-02 14:56:15 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-02 14:56:15 +0000 |
commit | 1a45e316109ef8f50e254acbf51a1ed7e9a902f2 (patch) | |
tree | 09b44855689035fdaa49ea6ee2b217c1a2dc1c8b /npc/kafras | |
parent | 7494563fa6da3c85acddbf50d0983c9e24c7a3e8 (diff) | |
download | hercules-1a45e316109ef8f50e254acbf51a1ed7e9a902f2.tar.gz hercules-1a45e316109ef8f50e254acbf51a1ed7e9a902f2.tar.bz2 hercules-1a45e316109ef8f50e254acbf51a1ed7e9a902f2.tar.xz hercules-1a45e316109ef8f50e254acbf51a1ed7e9a902f2.zip |
* Added Juperos Ruins History Quest. Thanks to Keplerk.
* Moved a book non-related to Lighthalzen quests.
* Applied a minor fix to Payon Archer Kafra.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10433 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras')
-rw-r--r-- | npc/kafras/kafras_pay.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/kafras/kafras_pay.txt b/npc/kafras/kafras_pay.txt index 65f204395..52959f7f9 100644 --- a/npc/kafras/kafras_pay.txt +++ b/npc/kafras/kafras_pay.txt @@ -3,7 +3,7 @@ //===== By: ========================= //= eAthena Dev Team //===== Current Version: =================== -//= 2.31 +//= 2.32 //===== Compatible With: ===================== //= eAthena 1.0 //===== Description: ============================================ @@ -20,6 +20,7 @@ //= v2.2 New Payon Locations. [Darkchild] //= 2.3 1 New Kafra, fixed save menus //= 2.31 New prices [Evera] +//= 2.32 Minor fix to Payon Archer Kafra [SinSloth] //========================================================================== @@ -46,7 +47,7 @@ payon,175,226,4 script Kafra::kaf_payon2 116,{ } // Archer Village ------------------------------------------------------------ -pay_arche,55,123,8 script Kafra::kaf_payon3 115,{ +pay_arche,55,123,0 script Kafra::kaf_payon3 115,{ cutin "kafra_03",2; callfunc "F_KafSetPay"; callfunc "F_Kafra",0,5,1; |