diff options
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index fc4f1188b..b141abbfc 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -82,7 +82,6 @@ struct item_data { struct item_group {
int nameid[MAX_RANDITEM];
int qty; //Counts amount of items in the group.
- int id[30]; // 120 bytes
};
struct item_data* itemdb_searchname(const char *name);
|