diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 00:47:20 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 00:47:20 +0100 |
commit | d61ebc871c2b1c4bff093322aa201656d3d0332c (patch) | |
tree | d223d084115c18b5fbffd644493bab70d10f74b7 /graphics | |
parent | c222321c60a39080941ae6c03e315baabb8ff23c (diff) | |
download | clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.gz clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.bz2 clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.xz clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.zip |
add color to contributor weater
Diffstat (limited to 'graphics')
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/equipment/chest/candorshirt-male.xml b/graphics/sprites/equipment/chest/candorshirt-male.xml index a3dcf6e7..e3d01f06 100644 --- a/graphics/sprites/equipment/chest/candorshirt-male.xml +++ b/graphics/sprites/equipment/chest/candorshirt-male.xml @@ -3,7 +3,7 @@ Copyright (C) 2012 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/candorshirt-male.png|W" + src="graphics/sprites/equipment/chest/candorsweater-male.png|W" width="64" height="64"/> diff --git a/graphics/sprites/equipment/chest/contributorsweater-female.xml b/graphics/sprites/equipment/chest/contributorsweater-female.xml index 7d7f3efc..bab47a55 100644 --- a/graphics/sprites/equipment/chest/contributorsweater-female.xml +++ b/graphics/sprites/equipment/chest/contributorsweater-female.xml @@ -3,7 +3,7 @@ Copyright (C) 2015 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/contributorsweater-female.png" + src="graphics/sprites/equipment/chest/contributorsweater-female.png|W" width="64" height="64"/> diff --git a/graphics/sprites/equipment/chest/contributorsweater-male.xml b/graphics/sprites/equipment/chest/contributorsweater-male.xml index 84cc22aa..a9752197 100644 --- a/graphics/sprites/equipment/chest/contributorsweater-male.xml +++ b/graphics/sprites/equipment/chest/contributorsweater-male.xml @@ -3,7 +3,7 @@ Copyright (C) 2015 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/contributorsweater-male.png" + src="graphics/sprites/equipment/chest/contributorsweater-male.png|W" width="64" height="64"/> |