diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-07 19:00:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-07 19:00:22 -0300 |
commit | 0475a79bf594d6cc1150cb776c18597ab1c2a5e2 (patch) | |
tree | dde957e67f1898e0c948e66eea2ad66d0b4a411f | |
parent | 254cf9cf52d8bd0b25bd275f80d661296d2af4b0 (diff) | |
download | clientdata-0475a79bf594d6cc1150cb776c18597ab1c2a5e2.tar.gz clientdata-0475a79bf594d6cc1150cb776c18597ab1c2a5e2.tar.bz2 clientdata-0475a79bf594d6cc1150cb776c18597ab1c2a5e2.tar.xz clientdata-0475a79bf594d6cc1150cb776c18597ab1c2a5e2.zip |
Fix a typo
-rw-r--r-- | maps/006-0.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/006-0.tmx b/maps/006-0.tmx index 1ccfd499b..780bc1a0a 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="7"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="7"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -562,6 +562,7 @@ <property name="death" value="30000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1109"/> + <property name="script" value="Rosen::OnKillMBif"/> <property name="spawn" value="240000"/> </properties> </object> |