diff options
author | WildX <wildx@evolonline.org> | 2016-09-19 21:03:29 +0000 |
---|---|---|
committer | WildX <wildx@evolonline.org> | 2016-09-19 21:03:29 +0000 |
commit | 1ff758b5e75f11a8b8f2b07eac2143d1b79411b0 (patch) | |
tree | 6e0a0fe07074c9a0687c7c80f8495b296869859a | |
parent | a3532e578768c428364f08e847d5d1627a2034d4 (diff) | |
download | clientdata-1ff758b5e75f11a8b8f2b07eac2143d1b79411b0.tar.gz clientdata-1ff758b5e75f11a8b8f2b07eac2143d1b79411b0.tar.bz2 clientdata-1ff758b5e75f11a8b8f2b07eac2143d1b79411b0.tar.xz clientdata-1ff758b5e75f11a8b8f2b07eac2143d1b79411b0.zip |
Changed mob name "Pumpkish" to "Pumpkin"
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index e01ba35d..da25af81 100644 --- a/monsters.xml +++ b/monsters.xml @@ -145,7 +145,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="miss">monsters/piou/miss1.ogg</sound> <sound event="spawn">monsters/piou/spawn1.ogg</sound> </monster> - <monster id="1019" name="Pumpkish" walkType="walk"> + <monster id="1019" name="Pumpkin" walkType="walk"> <sprite>monsters/pumpkish.xml</sprite> <sound event="die">monsters/pumpkin/die1.ogg</sound> <sound event="hit">monsters/pumpkin/hit1.ogg</sound> |