diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index cdb724ef3..796712af3 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -468,6 +468,13 @@ static void itemdb_read_itemgroup(void) "Masks",
"Accesory",
"Jewels",
+ "Gift Box",
+ "Gift Box",
+ "Gift Box",
+ "Gift Box",
+ "Egg Boy",
+ "Egg Girl",
+ "Gift Box"
};
memset(&itemgroup_db, 0, sizeof(itemgroup_db));
snprintf(path, 255, "%s/item_group_db.txt", db_path);
|