diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 21:36:20 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 21:36:20 +0000 |
commit | 8e21e7f96da17206c693ace7052023767531055d (patch) | |
tree | be867ad00ffc5c44d50d7c382016a6c5c613eab5 /npc | |
parent | 0cadbfe68525e06728c472ee03ad7407bd67e3d1 (diff) | |
download | hercules-8e21e7f96da17206c693ace7052023767531055d.tar.gz hercules-8e21e7f96da17206c693ace7052023767531055d.tar.bz2 hercules-8e21e7f96da17206c693ace7052023767531055d.tar.xz hercules-8e21e7f96da17206c693ace7052023767531055d.zip |
* Fixed central Kafra position (146,86 -> 146,98)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/kafras/kafras_pron.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 2078ec782..7711d13f0 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/06/14 + * Red. 10769 Fixed central Kafra position (146,86 -> 146,98) [L0ne_W0lf] * Rev. 10767 Fixed a missing ")" in the new wedding script. [L0ne_W0lf] * Forgot to upload the mail.txt file. * Rev. 10766 Updated cities: Morroc, Jawaii, and Izlude [L0ne_W0lf] diff --git a/npc/kafras/kafras_pron.txt b/npc/kafras/kafras_pron.txt index fa01ec776..773505036 100644 --- a/npc/kafras/kafras_pron.txt +++ b/npc/kafras/kafras_pron.txt @@ -23,6 +23,7 @@ //= 2.4 Updated Kafras locations for the mini-map [Lupus] //= 2.41 New prices [Evera] //= 2.5 Can't save outside city [Evera] +//= 2.6 Fixed central Kafra position (146,86 -> 146,98) [L0ne_W0lf] //===================================================================== @@ -70,7 +71,7 @@ prontera,282,200,4 script Kafra::kaf_prontera4 115,{ } // Center =========================================== -prontera,146,86,6 script Kafra::kaf_prontera5 117,{ +prontera,146,89,6 script Kafra::kaf_prontera5 117,{ cutin "kafra_01",2; callfunc "F_KafSetPront"; callfunc "F_Kafra",0,0,0; |