diff options
Diffstat (limited to 'maps/001-2-23.tmx')
-rw-r--r-- | maps/001-2-23.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/001-2-23.tmx b/maps/001-2-23.tmx index 1fede02c..5b127b3b 100644 --- a/maps/001-2-23.tmx +++ b/maps/001-2-23.tmx @@ -506,11 +506,12 @@ <property name="dest_y" value="35"/> </properties> </object> - <object id="2" name="To ..." type="script_warp" x="736" y="992" width="32" height="32"> + <object id="2" name="To ..." type="warp" x="736" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-2-23"/> <property name="dest_x" value="1"/> <property name="dest_y" value="1"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> </objectgroup> |