summaryrefslogtreecommitdiff
path: root/src/resources/db/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/itemdb.cpp')
-rw-r--r--src/resources/db/itemdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp
index ad6d8f3e9..203858fa8 100644
--- a/src/resources/db/itemdb.cpp
+++ b/src/resources/db/itemdb.cpp
@@ -350,6 +350,7 @@ void ItemDB::loadXmlFile(const std::string &fileName, int &tagNum)
case ItemType::USABLE:
itemInfo->addTag(mTags["Usable"]);
break;
+ case ItemType::CARD:
case ItemType::UNUSABLE:
itemInfo->addTag(mTags["Unusable"]);
break;