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-15.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-15.tmx')
-rw-r--r-- | maps/024-15.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/024-15.tmx b/maps/024-15.tmx index 69aed166..784145ea 100644 --- a/maps/024-15.tmx +++ b/maps/024-15.tmx @@ -418,8 +418,8 @@ <object id="7" name="To Frostia" type="warp" x="800" y="1248" width="32" height="32"> <properties> <property name="dest_map" value="024-1"/> - <property name="dest_x" value="160"/> - <property name="dest_y" value="50"/> + <property name="dest_x" value="64"/> + <property name="dest_y" value="31"/> </properties> </object> </objectgroup> |