summaryrefslogtreecommitdiff
path: root/src/map/itemdb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.hpp')
-rw-r--r--src/map/itemdb.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/itemdb.hpp b/src/map/itemdb.hpp
index 97d39dd..e503d9a 100644
--- a/src/map/itemdb.hpp
+++ b/src/map/itemdb.hpp
@@ -12,9 +12,9 @@ struct item_data
char cardillustname[64];
int value_buy;
int value_sell;
- int type;
+ ItemType type;
int sex;
- int equip;
+ EPOS equip;
int weight;
int atk;
int def;