diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-08 00:42:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-08 00:42:49 -0300 |
commit | c38a054ff97f43eeafeb63bfffffc43a313350fb (patch) | |
tree | d5ee772b80f9ffa8adc90b2991b656181764e3e9 | |
parent | 25bc42d97ac6d3fb54a02979de571e75d5d3863b (diff) | |
download | clientdata-c38a054ff97f43eeafeb63bfffffc43a313350fb.tar.gz clientdata-c38a054ff97f43eeafeb63bfffffc43a313350fb.tar.bz2 clientdata-c38a054ff97f43eeafeb63bfffffc43a313350fb.tar.xz clientdata-c38a054ff97f43eeafeb63bfffffc43a313350fb.zip |
Bugfixes
-rw-r--r-- | maps/026-2.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/026-2.tmx b/maps/026-2.tmx index be0333308..149138986 100644 --- a/maps/026-2.tmx +++ b/maps/026-2.tmx @@ -1178,7 +1178,7 @@ </data> </layer> <objectgroup id="9" name="Objects"> - <object id="1" name="To B1F" type="warp" x="1024" y="3136" width="32" height="32"> + <object id="1" name="To B1F" type="warp" x="1024" y="3104" width="32" height="32"> <properties> <property name="dest_map" value="026-1"/> <property name="dest_x" value="60"/> @@ -1201,7 +1201,7 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> - <object id="4" name="Curse Timer" type="function" x="1024" y="3104" width="32" height="32"> + <object id="4" name="Curse Timer" type="function" x="1024" y="3072" width="32" height="32"> <properties> <property name="doevent" value="#DungeonCore::OnCurse"/> </properties> |