diff options
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index f84330522..75c82088b 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -147,6 +147,7 @@ struct item_group { struct item_combo { char script[2048]; /* combo script */ + short nameid;/* id of the first */ }; struct item_data* itemdb_searchname(const char *name); |