diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-22 18:39:52 +0000 |
---|---|---|
committer | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-22 18:39:52 +0000 |
commit | 0e32b7e84b6fbc57678b09430ef808df36c9968c (patch) | |
tree | 49e8efee0e38d137e3f95fe817e101a66aa076c7 /maps/new_12-1.tmx | |
parent | 35591e1cafaade37fc3a579808a4f95705c25be3 (diff) | |
download | clientdata-0e32b7e84b6fbc57678b09430ef808df36c9968c.tar.gz clientdata-0e32b7e84b6fbc57678b09430ef808df36c9968c.tar.bz2 clientdata-0e32b7e84b6fbc57678b09430ef808df36c9968c.tar.xz clientdata-0e32b7e84b6fbc57678b09430ef808df36c9968c.zip |
Updated spawn monster id's
Diffstat (limited to 'maps/new_12-1.tmx')
-rw-r--r-- | maps/new_12-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/new_12-1.tmx b/maps/new_12-1.tmx index b199fe86..68310c36 100644 --- a/maps/new_12-1.tmx +++ b/maps/new_12-1.tmx @@ -51,14 +51,14 @@ <object name="Bat" type="SPAWN" x="832" y="1088" width="960" height="160"> <properties> <property name="MONSTER_ID"> - 1017 + 15 </property> </properties> </object> <object name="Violet" type="SPAWN" x="736" y="1472" width="1120" height="256"> <properties> <property name="MONSTER_ID"> - 1018 + 16 </property> </properties> </object> |