From 4e97da8e138b21a5f5bea75e6a8d3211e4f28594 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Mar 2016 23:29:04 +0300 Subject: Add enum for item types. --- src/resources/inventory/complexinventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/inventory/complexinventory.h') 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, -- cgit v1.2.3-70-g09d2