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/cities/payon.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/cities/payon.txt')
-rw-r--r-- | npc/cities/payon.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt index e98bbad04..320fedc83 100644 --- a/npc/cities/payon.txt +++ b/npc/cities/payon.txt @@ -4,7 +4,7 @@ //= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2) //= Darkchild (1.3) DracoRPG (1.5) L0ne_W0lf (2.1) //===== Current Version: ===================================== -//= 2.1 +//= 2.1b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= 2.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= Moved Gemstone Trader "Jade" to /merchants/gemstone.txt //= Moved Fortune Teller to /other/fortune.txt +//= 2.1b Added a missing close in the Monster Scholar. [L0ne_W0lf] //============================================================ // Payon @@ -367,6 +368,7 @@ payon,132,235,3 script Monster Scholar#02 98,{ mes "^666666*Ahem*^000000 My apologies, I get too excited sometimes. But if you happen to meet other scholars such as myself, please treat them well. Our jobs are very difficult!"; break; } + close; } // Inside Payon |