diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-12 19:00:21 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 15:06:33 -0700 |
commit | e8c50ce891876d77d7bf3088116e528a636e5f07 (patch) | |
tree | e53ac74532547c2666b2599fbc3b80efde16e3c3 | |
parent | 92c7630835b5c79d51c066d2d98a8835991f2cd4 (diff) | |
download | clientdata-e8c50ce891876d77d7bf3088116e528a636e5f07.tar.gz clientdata-e8c50ce891876d77d7bf3088116e528a636e5f07.tar.bz2 clientdata-e8c50ce891876d77d7bf3088116e528a636e5f07.tar.xz clientdata-e8c50ce891876d77d7bf3088116e528a636e5f07.zip |
Fixed a warp that shouldn't be here.
-rw-r--r-- | maps/025-3.tmx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/maps/025-3.tmx b/maps/025-3.tmx index bcc7a23b..96a8897d 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.tmx @@ -89,12 +89,5 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="ToBattleCave" type="warp" x="2560" y="2688" width="32" height="32"> - <properties> - <property name="dest_map" value="025-4"/> - <property name="dest_x" value="3520"/> - <property name="dest_y" value="3008"/> - </properties> - </object> </objectgroup> </map> |