diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:03:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:03:22 -0300 |
commit | 24bde363afb87797d7086bb31531fe94f1a311c8 (patch) | |
tree | bf82ee2696185737b66f38e905bbec68a7540979 /maps | |
parent | 22c4e2a0f10ffbbcf0ae8d174c59b397176e2e57 (diff) | |
download | clientdata-24bde363afb87797d7086bb31531fe94f1a311c8.tar.gz clientdata-24bde363afb87797d7086bb31531fe94f1a311c8.tar.bz2 clientdata-24bde363afb87797d7086bb31531fe94f1a311c8.tar.xz clientdata-24bde363afb87797d7086bb31531fe94f1a311c8.zip |
Fix bug
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-2.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/015-2.tmx b/maps/015-2.tmx index 8c06d4f6..442c9248 100644 --- a/maps/015-2.tmx +++ b/maps/015-2.tmx @@ -1847,7 +1847,7 @@ <objectgroup name="Objects"> <object id="1" name="To Small Bandit Cave" type="warp" x="1632" y="2400" width="32" height="32"> <properties> - <property name="dest_map" value="105-2"/> + <property name="dest_map" value="015-2"/> <property name="dest_x" value="260"/> <property name="dest_y" value="127"/> </properties> |