summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index 86c79f52f..dfc59416d 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -484,13 +484,14 @@ static void itemdb_read_itemgroup(void)
"Masks",
"Accesory",
"Jewels",
- "Gift Box",
- "Gift Box",
- "Gift Box",
- "Gift Box",
+ "Gift Box 1",
+ "Gift Box 2",
+ "Gift Box 3",
+ "Gift Box 4",
"Egg Boy",
"Egg Girl",
- "Gift Box"
+ "Gift Box China",
+ "Lotto Box",
};
memset(&itemgroup_db, 0, sizeof(itemgroup_db));
snprintf(path, 255, "%s/item_group_db.txt", db_path);