diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-03 11:20:02 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-03 11:20:02 -0500 |
commit | 42d0094796abd374147db0ae93fa609fed179532 (patch) | |
tree | 3e043a346e0caf19921a465b9717dee42dd88ecf /graphics/sprites/monsters/accessories/hairstyle07.xml | |
parent | e19272dcc8e44245dc79d47b77620601a01b7630 (diff) | |
download | clientdata-42d0094796abd374147db0ae93fa609fed179532.tar.gz clientdata-42d0094796abd374147db0ae93fa609fed179532.tar.bz2 clientdata-42d0094796abd374147db0ae93fa609fed179532.tar.xz clientdata-42d0094796abd374147db0ae93fa609fed179532.zip |
fix hairstyle with some mobs
Diffstat (limited to 'graphics/sprites/monsters/accessories/hairstyle07.xml')
-rw-r--r-- | graphics/sprites/monsters/accessories/hairstyle07.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/accessories/hairstyle07.xml b/graphics/sprites/monsters/accessories/hairstyle07.xml index db7b17f5..d4769375 100644 --- a/graphics/sprites/monsters/accessories/hairstyle07.xml +++ b/graphics/sprites/monsters/accessories/hairstyle07.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <sprite> <imageset name="base" src="graphics/sprites/monsters/accessories/hairstyle07.png|W" width="40" height="40"/> - <include file="monsters/accessories/hairstyle01.xml"/> + <include file="hairstyles/hairstyle01.xml"/> </sprite> |