diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-17 20:12:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-17 20:12:28 +0300 |
commit | 0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac (patch) | |
tree | 794cff8e1b69847a64f5f8180c521fc2e991d2da /testxml/testxml.py | |
parent | f1513c0e8ebcb97a300b6234956be1fe8cc8d452 (diff) | |
download | evol-tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.gz evol-tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.bz2 evol-tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.tar.xz evol-tools-0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac.zip |
testxml: add card item type.
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-x | testxml/testxml.py | 2 |
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 |