From 0b6ef6d1d63d2421e415c5ed6dfa8025d1df89ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Aug 2015 20:12:28 +0300 Subject: testxml: add card item type. --- testxml/testxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testxml/testxml.py') 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 -- cgit v1.2.3-70-g09d2