summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 4d4b62818..2bc418cc4 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -85,7 +85,7 @@ enum {
#define UNKNOWN_ITEM_ID 512
struct item_data {
- int nameid;
+ uint16 nameid;
char name[ITEM_NAME_LENGTH],jname[ITEM_NAME_LENGTH];
//Do not add stuff between value_buy and view_id (see how getiteminfo works)