summaryrefslogtreecommitdiff
path: root/graphics/sprites/icon-spell-haste.xml
diff options
context:
space:
mode:
authorjtoelke <jtoelke@mail.upb.de>2012-02-14 10:22:24 -0800
committerjtoelke <jtoelke@mail.upb.de>2012-02-14 10:22:24 -0800
commit3bf0388fd571bdb8a1bc1f8db459d12110693ec3 (patch)
treee3825ca2adeb1633dee8c401ac26e6455e4a27b8 /graphics/sprites/icon-spell-haste.xml
parent92fe70f5808e82778ec436b7cf64b03f8098c9f4 (diff)
parenta632b8ca5e374a575bda0cfa2b6ffb9cce1079e3 (diff)
downloadclientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.gz
clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.bz2
clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.xz
clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.zip
Merge pull request #1 from Bertram25/master
Fixed status effect icons Y offset for the 0.6 client.
Diffstat (limited to 'graphics/sprites/icon-spell-haste.xml')
-rw-r--r--graphics/sprites/icon-spell-haste.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/icon-spell-haste.xml b/graphics/sprites/icon-spell-haste.xml
index 7c95cbdf..409a9f98 100644
--- a/graphics/sprites/icon-spell-haste.xml
+++ b/graphics/sprites/icon-spell-haste.xml
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/icon-spell-haste.png" width="13" height="20" />
-
+
<action name="default" imageset="base">
<animation direction="default">
- <frame index="0" offsetY="-23" delay="0"/>
+ <frame index="0" offsetY="4" delay="0"/>
</animation>
</action>
</sprite>