diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/accessories/banditbow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/accessories/banditbow.xml b/graphics/sprites/monsters/accessories/banditbow.xml index 87f796cb..40d35add 100644 --- a/graphics/sprites/monsters/accessories/banditbow.xml +++ b/graphics/sprites/monsters/accessories/banditbow.xml @@ -69,7 +69,7 @@ Bandit bow from TMW Org --> </animation> </action> - <action name="attack_bow" imageset="bow"> + <action name="attack" imageset="bow"> <animation direction="down"> <sequence offsetY="32" start="13" end="17" delay="75"/> <end/> @@ -87,4 +87,4 @@ Bandit bow from TMW Org --> <end/> </animation> </action> -</sprite>
\ No newline at end of file +</sprite> |