diff options
author | tux9th <mr.x@aon.at> | 2014-01-22 20:56:38 +0100 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2014-01-22 21:18:17 +0100 |
commit | 4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d (patch) | |
tree | 69b5654ed67fd61cfda1c1bd78e843defe85d22f /maps/030-3.tmx | |
parent | ae4c3b84f6bcb8637188fca9762a7ceb50dadc22 (diff) | |
download | clientdata-4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d.tar.gz clientdata-4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d.tar.bz2 clientdata-4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d.tar.xz clientdata-4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d.zip |
019-3 & 030-3:
* fixing https://forums.themanaworld.org/viewtopic.php?p=140509#p140509
* fixing https://github.com/themanaworld/tmwa-client-data/issues/50
In commit e6fe61806db6bdd8a95c64d96b12b8ba42de0d96 a wrong version of map 019-3 was used and therefore caused problems with warps to this map. I looked at the new map and tried to find changes from the commit and applied everything I found to the old version of the map. Following I had to edit the warp on 030-3.
Diffstat (limited to 'maps/030-3.tmx')
-rw-r--r-- | maps/030-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/030-3.tmx b/maps/030-3.tmx index 90c379b9..5f091962 100644 --- a/maps/030-3.tmx +++ b/maps/030-3.tmx @@ -666,12 +666,12 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" width="138" height="128" visible="0"> + <objectgroup name="Objects" width="138" height="128"> <object name="To Snow Cave" type="warp" x="1728" y="2208" width="32" height="32"> <properties> <property name="dest_map" value="019-3"/> <property name="dest_tile_x" value="80"/> - <property name="dest_tile_y" value="97"/> + <property name="dest_tile_y" value="102"/> </properties> </object> </objectgroup> |