diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 19:54:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 19:54:20 -0300 |
commit | 94d90ea9e8236e5f0fa446361ba0888deca62296 (patch) | |
tree | d66232dd5ec56d2051adbd085e1e37889a8be10c | |
parent | 119366bf6899c7866dc6f1ea6967ff8b8ec1e5c1 (diff) | |
download | clientdata-94d90ea9e8236e5f0fa446361ba0888deca62296.tar.gz clientdata-94d90ea9e8236e5f0fa446361ba0888deca62296.tar.bz2 clientdata-94d90ea9e8236e5f0fa446361ba0888deca62296.tar.xz clientdata-94d90ea9e8236e5f0fa446361ba0888deca62296.zip |
Saulc broke testxml check with an invalid sae tag, remove it so pipeline may pass
-rw-r--r-- | graphics/sprites/equipment/head/bandana-female.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/bandana-female.xml b/graphics/sprites/equipment/head/bandana-female.xml index 2a0f92e5..a52fedd1 100644 --- a/graphics/sprites/equipment/head/bandana-female.xml +++ b/graphics/sprites/equipment/head/bandana-female.xml @@ -2,7 +2,6 @@ <!-- Author: Reid Copyright (C) 2012-2014 Evol Online --> <sprite> -<sae player="human-male" /> <imageset name="base" src="graphics/sprites/equipment/head/bandana-female.png" width="20" @@ -187,5 +186,4 @@ Copyright (C) 2012-2014 Evol Online --> <frame index="4" offsetX="23" offsetY="-3"/> </animation> </action> -<sae player="human-male" /> </sprite> |