summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-17 20:12:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-17 20:12:28 +0300
commit0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac (patch)
tree794cff8e1b69847a64f5f8180c521fc2e991d2da /testxml/testxml.py
parentf1513c0e8ebcb97a300b6234956be1fe8cc8d452 (diff)
downloadtools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.gz
tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.bz2
tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.xz
tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.zip
testxml: add card item type.
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-xtestxml/testxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index d629828..3da019d 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -1094,7 +1094,7 @@ def testItems(fileName, imgDir):
or type == "equip-arms" or type == "equip-legs" or type == "equip-head" \
or type == "equip-shield" or type == "equip-1hand" or type == "equip-2hand" \
or type == "equip-charm" or type == "equip-ammo" or type == "equip-neck" \
- or type == "equip-ring":
+ or type == "equip-ring" or type == "card":
if image == "":
print "error: " + fileName + ": missing image attribute on id=" + id
errors = errors + 1