diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-30 11:35:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-30 11:35:14 -0300 |
commit | 07bec6780c1897d491fe805def82fb8f6db6ab7f (patch) | |
tree | 22239b1efee63d3397465e8b92232e3df28c3eda | |
parent | 4995a1f6228220be2188425326c6f1b31b1fdcc7 (diff) | |
download | clientdata-07bec6780c1897d491fe805def82fb8f6db6ab7f.tar.gz clientdata-07bec6780c1897d491fe805def82fb8f6db6ab7f.tar.bz2 clientdata-07bec6780c1897d491fe805def82fb8f6db6ab7f.tar.xz clientdata-07bec6780c1897d491fe805def82fb8f6db6ab7f.zip |
Fix typo reported by poppet
-rw-r--r-- | maps/010-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/010-1.tmx b/maps/010-1.tmx index 5e0affdb4..84acab920 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -1622,7 +1622,7 @@ <object id="95" name="To Cave" type="warp" x="2144" y="2016" width="32" height="32"> <properties> <property name="dest_map" value="010-1-4"/> - <property name="dest_x" value="53"/> + <property name="dest_x" value="35"/> <property name="dest_y" value="54"/> </properties> </object> |