diff options
Diffstat (limited to 'maps/033-1.tmx')
-rw-r--r-- | maps/033-1.tmx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maps/033-1.tmx b/maps/033-1.tmx index 1e0dcd92..2ad7dbc8 100644 --- a/maps/033-1.tmx +++ b/maps/033-1.tmx @@ -91,5 +91,13 @@ <property name="monster_id" value="36"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> |