diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 09:15:19 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 09:15:19 +0000 |
commit | 6a9782bf6fc4502e11828a72a00886d4366264b4 (patch) | |
tree | ff99b761599f3682cea3b842cddc78b4d5ff578b /npc | |
parent | 3ac7fb34d8e758183132d1aba6b58d4ecf71a19c (diff) | |
download | hercules-6a9782bf6fc4502e11828a72a00886d4366264b4.tar.gz hercules-6a9782bf6fc4502e11828a72a00886d4366264b4.tar.bz2 hercules-6a9782bf6fc4502e11828a72a00886d4366264b4.tar.xz hercules-6a9782bf6fc4502e11828a72a00886d4366264b4.zip |
Fixed warp in the Turbo Track Room
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6506 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/warps/cities/aldebaran.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 781ab30e6..cd1c121da 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -27,6 +27,8 @@ Nexon Date Added
======
+05/06
+ * Fixed the warp in the Turbo Track Room [Playtester]
05/04
* Hopefully fixed the custom Prontera Cemetery Event [Playtester]
* Fixed a missing " in the gunslinger jobquest script [Playtester]
diff --git a/npc/warps/cities/aldebaran.txt b/npc/warps/cities/aldebaran.txt index 8b480121c..a4cf224ca 100644 --- a/npc/warps/cities/aldebaran.txt +++ b/npc/warps/cities/aldebaran.txt @@ -50,4 +50,4 @@ aldeba_in.gat,97,102,0 warp ald10-1 2,2,aldeba_in.gat,103,58 //Turbo Track Room
alde_gld.gat,183,204,0 warp turbo01 1,1,turbo_room.gat,100,64
-turbo_room.gat,98,66,0 warp turbo02 1,1,alde_gld.gat,183,198
\ No newline at end of file +turbo_room.gat,100,61,0 warp turbo02 1,1,alde_gld.gat,183,198
\ No newline at end of file |