summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 58148d2b1..34f72211f 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -38,6 +38,7 @@
DragDrop dragDrop(nullptr, DRAGDROP_SOURCE_EMPTY);
Item::Item(const int id,
+ const int type,
const int quantity,
const uint8_t refine,
const unsigned char color,
@@ -55,6 +56,7 @@ Item::Item(const int id,
mCards(),
mRefine(refine),
mInvIndex(0),
+ mType(type),
mEquipment(equipment),
mEquipped(equipped),
mInEquipment(false),