diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
commit | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (patch) | |
tree | 23294bdfb11714b0f3b7f180aa46aa43c46dcbcc /npcs/npc124.xml | |
parent | c8535658e7157da988087864f2e88da3ec6c7f7d (diff) | |
parent | 42d0094796abd374147db0ae93fa609fed179532 (diff) | |
download | clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.gz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.bz2 clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.xz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.zip |
Merge pull request #311 from mekolat/gender2
3rd gender, new races
Diffstat (limited to 'npcs/npc124.xml')
-rw-r--r-- | npcs/npc124.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npcs/npc124.xml b/npcs/npc124.xml index cd0cc922..27cd6409 100644 --- a/npcs/npc124.xml +++ b/npcs/npc124.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <npcs> <npc id="124"> - <sprite>model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite>hairstyles/hairstyle06-male.xml|#212121,ffffff</sprite> - <sprite>equipment/chest/cotton-male.xml|#94835a,aca47b,cdc594</sprite> - <sprite>equipment/legs/chaps-male.xml</sprite> + <sprite>model/base.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>hairstyles/hairstyle06.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#212121,ffffff</sprite> + <sprite>equipment/chest/cotton.xml|#94835a,aca47b,cdc594</sprite> + <sprite>equipment/legs/chaps.xml</sprite> </npc> </npcs> |