diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-12 17:21:23 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-12 17:21:23 -0700 |
commit | 59a365ebdb2754607b05d562c029ddbce384a817 (patch) | |
tree | d072fa265489f527a9def8a79c5177074d9abac2 /maps/046-1.tmx | |
parent | 1a10a4ad2fda4a47dd42f4c6eba66e2e6ad75b15 (diff) | |
download | clientdata-59a365ebdb2754607b05d562c029ddbce384a817.tar.gz clientdata-59a365ebdb2754607b05d562c029ddbce384a817.tar.bz2 clientdata-59a365ebdb2754607b05d562c029ddbce384a817.tar.xz clientdata-59a365ebdb2754607b05d562c029ddbce384a817.zip |
Fix bugs in maps caught by my stricter converter
Diffstat (limited to 'maps/046-1.tmx')
-rw-r--r-- | maps/046-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/046-1.tmx b/maps/046-1.tmx index 0e19c2e0..d90565f2 100644 --- a/maps/046-1.tmx +++ b/maps/046-1.tmx @@ -844,24 +844,24 @@ <objectgroup name="Objects" width="178" height="128"> <object name="Reinboo" type="spawn" x="0" y="0"> <properties> - <property name="eAthena_death" value="30000"/> - <property name="eAthena_spawn" value="100000"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> <property name="max_beings" value="40"/> <property name="monster_id" value="92"/> </properties> </object> <object name="Fluffy" type="spawn" x="0" y="0"> <properties> - <property name="eAthena_death" value="30000"/> - <property name="eAthena_spawn" value="100000"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> <property name="max_beings" value="50"/> <property name="monster_id" value="18"/> </properties> </object> <object name="Squirrel" type="spawn" x="0" y="0"> <properties> - <property name="eAthena_death" value="30000"/> - <property name="eAthena_spawn" value="100000"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> <property name="max_beings" value="50"/> <property name="monster_id" value="36"/> </properties> |