diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-23 19:29:52 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-23 19:29:52 +0000 |
commit | 66565a4271e3904b5babacc1315d8eaf1ac5dffc (patch) | |
tree | 709574628e8fca453feafc4bc3ac1c6ccaa0301d /npc/cities | |
parent | a7e38ac4436d545ad3dd1c9ed35ed5c1300af1c1 (diff) | |
download | hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.gz hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.bz2 hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.tar.xz hercules-66565a4271e3904b5babacc1315d8eaf1ac5dffc.zip |
* Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/prontera.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 6ad025d55..f3f3b3023 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -290,7 +290,7 @@ prt_in,26,31,0 script An Old Man#2pront 54,{ close; } -prt_in,180,70,2 script Bartender#pront 61,{ +prt_in,180,20,2 script Bartender#pront 61,{ mes "[Bartender]"; mes "Sigh...as more and more people coming into Prontera,"; mes "better and better my business has become nowadays. But..."; |