diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-04-16 20:10:29 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 20:13:40 -0500 |
commit | 66a585c0ef840a8c80f57b94e24ad476a00eb54a (patch) | |
tree | 959478cd7de941159ca4d0f54c0a6d2f551c5b32 /graphics/sprites/icons/spell-shearing.xml | |
parent | ff56ccaec3dde8bbfe8420a64978e95f8cd53821 (diff) | |
download | clientdata-66a585c0ef840a8c80f57b94e24ad476a00eb54a.tar.gz clientdata-66a585c0ef840a8c80f57b94e24ad476a00eb54a.tar.bz2 clientdata-66a585c0ef840a8c80f57b94e24ad476a00eb54a.tar.xz clientdata-66a585c0ef840a8c80f57b94e24ad476a00eb54a.zip |
Updated PR from 4144 to fix Icons for Client
Diffstat (limited to 'graphics/sprites/icons/spell-shearing.xml')
-rw-r--r-- | graphics/sprites/icons/spell-shearing.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/icons/spell-shearing.xml b/graphics/sprites/icons/spell-shearing.xml index ff2cc2ff..f2e73c75 100644 --- a/graphics/sprites/icons/spell-shearing.xml +++ b/graphics/sprites/icons/spell-shearing.xml @@ -3,7 +3,7 @@ <imageset name="base" src="graphics/sprites/icons/spell-shearing.png" width="13" height="20"/> <action name="default" imageset="base"> <animation direction="default"> - <frame index="0" offsetY="0" delay="100"/> + <frame index="0" offsetY="-12" delay="100"/> </animation> </action> </sprite> |