diff options
author | SimaMoto,RyoTa <liangtai@tmw2.org> | 2019-02-09 15:13:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 15:13:07 -0200 |
commit | 72f5b67e7826683605b81d843e289c2d24280264 (patch) | |
tree | b75d3cfeacbe6909ce398005902f1193ae169ab3 /maps/010-1-1.tmx | |
parent | 78a44bd7703c4154742373ae28aa51012b7708d9 (diff) | |
download | clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.gz clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.bz2 clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.xz clientdata-72f5b67e7826683605b81d843e289c2d24280264.zip |
[PATCH] Fix a warp point to mutual pair in Desert Mountain
Change the destination of a warp point of maps/010-1-1 from an
unexistent coordinate of maps/010-1 to a neigbouring cell of
cave entrance of maps/010-2 that destinates this warp point.
Diffstat (limited to 'maps/010-1-1.tmx')
-rw-r--r-- | maps/010-1-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/010-1-1.tmx b/maps/010-1-1.tmx index 76efa961..46b36c90 100644 --- a/maps/010-1-1.tmx +++ b/maps/010-1-1.tmx @@ -1228,9 +1228,9 @@ </object> <object id="61" name="To Outside" type="warp" x="5376" y="736" width="32" height="32"> <properties> - <property name="dest_map" value="010-1"/> - <property name="dest_x" value="59"/> - <property name="dest_y" value="192"/> + <property name="dest_map" value="010-2"/> + <property name="dest_x" value="175"/> + <property name="dest_y" value="81"/> </properties> </object> <object id="74" name="To Outside" type="warp" x="5632" y="1600" width="32" height="32"> |