diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-23 16:10:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-23 16:11:35 +0300 |
commit | 828119e929054c9037c439fe792ad18ad0659ec2 (patch) | |
tree | 31202e360d68ded2443fead57531be1c430755b2 /graphics/sprites/equipment | |
parent | 4b963b0f1dcf7b1e129150867793a510ebedfdf8 (diff) | |
download | clientdata-828119e929054c9037c439fe792ad18ad0659ec2.tar.gz clientdata-828119e929054c9037c439fe792ad18ad0659ec2.tar.bz2 clientdata-828119e929054c9037c439fe792ad18ad0659ec2.tar.xz clientdata-828119e929054c9037c439fe792ad18ad0659ec2.zip |
Fix imageset in fancyhat.
Diffstat (limited to 'graphics/sprites/equipment')
-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 a60004bd..d28751dc 100644 --- a/graphics/sprites/equipment/head/fancyhat.xml +++ b/graphics/sprites/equipment/head/fancyhat.xml @@ -136,7 +136,7 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> - <action name="standride" imageset="ride"> + <action name="standride" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-1" offsetY="-37"/> </animation> @@ -151,7 +151,7 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> - <action name="sittop" imageset="ride"> + <action name="sittop" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-1" offsetY="-37"/> </animation> |