diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-02 23:41:00 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-02 23:41:00 +0400 |
commit | 15100bef1e5803d77df1f291481250be2e3a3570 (patch) | |
tree | c25ae3f3c069c27d9bad1aed7554eeded450c36b /graphics/sprites/equipment/head | |
parent | 102949bba1774047528fe5f3bc018e4e0640e64d (diff) | |
download | clientdata-15100bef1e5803d77df1f291481250be2e3a3570.tar.gz clientdata-15100bef1e5803d77df1f291481250be2e3a3570.tar.bz2 clientdata-15100bef1e5803d77df1f291481250be2e3a3570.tar.xz clientdata-15100bef1e5803d77df1f291481250be2e3a3570.zip |
Fixed a small issue in the fancy hat xml file.
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/fancyhat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/fancyhat.xml b/graphics/sprites/equipment/head/fancyhat.xml index b194326e..4a328d6a 100644 --- a/graphics/sprites/equipment/head/fancyhat.xml +++ b/graphics/sprites/equipment/head/fancyhat.xml @@ -51,7 +51,7 @@ Copyright (C) 2012 Evol Online --> </animation> </action> - <action name="attack_bow" imageset="base"> + <action name="attack" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> <frame index="0" offsetX="-1" offsetY="-47" delay="75"/> @@ -80,7 +80,7 @@ Copyright (C) 2012 Evol Online --> </animation> </action> - <action name="attack" imageset="base"> + <action name="attack_bow" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-1" offsetY="-47" delay="225"/> <frame index="0" offsetX="-1" offsetY="-46" delay="75"/> |