diff options
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/inventoryitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/inventoryitem.h b/src/net/ea/inventoryitem.h index 5c0b86658..dcd90b336 100644 --- a/src/net/ea/inventoryitem.h +++ b/src/net/ea/inventoryitem.h @@ -50,7 +50,7 @@ class InventoryItem final uint8_t refine; unsigned char color; Identified identified; - bool damaged; + Damaged damaged; bool favorite; bool equip; @@ -62,7 +62,7 @@ class InventoryItem final const uint8_t refine0, const unsigned char color0, const Identified identified0, - const bool damaged0, + const Damaged damaged0, const bool favorite0, const bool equip0) : slot(slot0), |