diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:46:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:46:56 -0300 |
commit | 95e52c13876590e4f15032216cd73a6e9d28b801 (patch) | |
tree | a2e9076efbb2514f7ae6cb8f8d27b0df26676903 | |
parent | 2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0 (diff) | |
download | clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.gz clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.bz2 clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.xz clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.zip |
Fix the bug, and move testxml from silent to stfu
Stop polluting my pipeline %%e
-rwxr-xr-x | .tools/testxml.sh | 2 | ||||
-rw-r--r-- | npcs.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index c813ef86f..13985d465 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -22,7 +22,7 @@ if [[ -n "${RES}" ]]; then fi echo >../../clientdata/shared/error.log -./testxml.py silent |grep -v "Checking" >../../clientdata/shared/error.log +./testxml.py stfu >../../clientdata/shared/error.log res="$?" cat ../../clientdata/shared/error.log if [ "$res" != 0 ]; then @@ -634,7 +634,7 @@ IDs 900-999 = Special <sprite>hairstyles/hairstyle02.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5b280a,994312,c55818</sprite> <sprite>equipment/feet/boots-male.xml|#212121</sprite> <sprite>equipment/legs/bandittrousers-male.xml</sprite> - <sprite>equipment/chest/warlodplate-male.xml|#222255,6666ff;#EFEFEF</sprite> + <sprite>equipment/chest/warlordplate-male.xml|#222255,6666ff;#EFEFEF</sprite> <sprite>equipment/head/imperialcrown.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> |