summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/inventoryitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/inventoryitem.h b/src/net/ea/inventoryitem.h
index dcd90b336..936e4a4ee 100644
--- a/src/net/ea/inventoryitem.h
+++ b/src/net/ea/inventoryitem.h
@@ -51,7 +51,7 @@ class InventoryItem final
unsigned char color;
Identified identified;
Damaged damaged;
- bool favorite;
+ Favorite favorite;
bool equip;
InventoryItem(const int slot0,
@@ -63,7 +63,7 @@ class InventoryItem final
const unsigned char color0,
const Identified identified0,
const Damaged damaged0,
- const bool favorite0,
+ const Favorite favorite0,
const bool equip0) :
slot(slot0),
id(id0),