diff options
author | Reid <reidyaro@gmail.com> | 2012-09-06 21:41:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-06 21:41:11 +0200 |
commit | 61e6d607edfe82bfb8af5a34a649afdde62d65e9 (patch) | |
tree | 27234a01e5a8aec10f863ec95c8de86fab7dc074 /graphics/sprites/equipment/chest | |
parent | b96b5766bde109d153062286c0f3789e9af1b033 (diff) | |
download | clientdata-61e6d607edfe82bfb8af5a34a649afdde62d65e9.tar.gz clientdata-61e6d607edfe82bfb8af5a34a649afdde62d65e9.tar.bz2 clientdata-61e6d607edfe82bfb8af5a34a649afdde62d65e9.tar.xz clientdata-61e6d607edfe82bfb8af5a34a649afdde62d65e9.zip |
Correct Alige commits and replace every players/ by races/ .
Diffstat (limited to 'graphics/sprites/equipment/chest')
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.xml b/graphics/sprites/equipment/chest/cottonshirt-female.xml index 31ca5d7c..3172f9de 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-female.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-female.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png|W" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.xml b/graphics/sprites/equipment/chest/cottonshirt-male.xml index 042255d6..75304927 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-male.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-male.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png|W" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-female.xml b/graphics/sprites/equipment/chest/shirt-female.xml index c423a098..3dead3af 100644 --- a/graphics/sprites/equipment/chest/shirt-female.xml +++ b/graphics/sprites/equipment/chest/shirt-female.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-female.png|W;R" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-male.xml b/graphics/sprites/equipment/chest/shirt-male.xml index 1c6c4f07..9a301e7c 100644 --- a/graphics/sprites/equipment/chest/shirt-male.xml +++ b/graphics/sprites/equipment/chest/shirt-male.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-male.png|W;R" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-female.xml b/graphics/sprites/equipment/chest/tanktop-female.xml index de61160b..027649f9 100644 --- a/graphics/sprites/equipment/chest/tanktop-female.xml +++ b/graphics/sprites/equipment/chest/tanktop-female.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.png|W" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-male.xml b/graphics/sprites/equipment/chest/tanktop-male.xml index c72480db..9bede6ed 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.xml +++ b/graphics/sprites/equipment/chest/tanktop-male.xml @@ -4,5 +4,5 @@ Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-male.png|W" width="64" height="64"/> - <include file="players/human-male.xml"/> + <include file="races/human-male.xml"/> </sprite> |