diff options
author | 4144 <> | 2018-02-10 00:02:43 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-10 00:02:43 -0200 |
commit | 64c25b896632c79d3e4517c0ac469720ad473477 (patch) | |
tree | 43c0f1c5ed6113827d4125abd4c4b8b60712b678 | |
parent | fda99712aba9403631da81ed6dc69dc5656d1859 (diff) | |
download | clientdata-64c25b896632c79d3e4517c0ac469720ad473477.tar.gz clientdata-64c25b896632c79d3e4517c0ac469720ad473477.tar.bz2 clientdata-64c25b896632c79d3e4517c0ac469720ad473477.tar.xz clientdata-64c25b896632c79d3e4517c0ac469720ad473477.zip |
Fix a typo at monsters.xml
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 7d8e8345..a69d6e67 100644 --- a/monsters.xml +++ b/monsters.xml @@ -182,7 +182,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1025" name="Butterfly" targetCursor="small"> <sprite>monsters/butterfly.xml</sprite> - </monster>u + </monster> <monster id="1026" name="Archant" targetCursor="small"> <sprite>monsters/archant.xml</sprite> </monster> |