diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:57:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:57:16 -0300 |
commit | 1a71efb6562e8d60468d618190a845b2afe5077d (patch) | |
tree | 99d7e57b9927888a4d3efbcdb6cbc3844065ff4a /maps/024-1.tmx | |
parent | b984e62859746a567d5f22a35e9967739664b102 (diff) | |
download | clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.gz clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.bz2 clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.tar.xz clientdata-1a71efb6562e8d60468d618190a845b2afe5077d.zip |
Correct broken warps (Anise Inc.)
Diffstat (limited to 'maps/024-1.tmx')
-rw-r--r-- | maps/024-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/024-1.tmx b/maps/024-1.tmx index a0db5bb2..f0c1c16e 100644 --- a/maps/024-1.tmx +++ b/maps/024-1.tmx @@ -1889,9 +1889,9 @@ </object> <object id="75" name="To Anise Inc." type="warp" x="2048" y="960" width="32" height="32"> <properties> - <property name="dest_map" value="024-10"/> - <property name="dest_x" value="34"/> - <property name="dest_y" value="36"/> + <property name="dest_map" value="024-15"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="38"/> </properties> </object> </objectgroup> |