summaryrefslogtreecommitdiff
path: root/src/resources/inventory/complexinventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/inventory/complexinventory.h')
-rw-r--r--src/resources/inventory/complexinventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/inventory/complexinventory.h b/src/resources/inventory/complexinventory.h
index 95183cb7f..996212d18 100644
--- a/src/resources/inventory/complexinventory.h
+++ b/src/resources/inventory/complexinventory.h
@@ -51,7 +51,7 @@ class ComplexInventory final : public Inventory
void setItem(const int index,
const int id,
- const int type,
+ const ItemTypeT type,
const int quantity,
const uint8_t refine,
const ItemColor color,