summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-17 17:13:57 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-17 17:13:57 +0000
commitb6fff46c2804138176cb9f1d1c25dbab795764fa (patch)
treec711fc8249e9b30d50995b0741bea23919caf16f /src/map/itemdb.c
parent0c1c429e338a07638c07c4bc088311abda354c36 (diff)
downloadhercules-b6fff46c2804138176cb9f1d1c25dbab795764fa.tar.gz
hercules-b6fff46c2804138176cb9f1d1c25dbab795764fa.tar.bz2
hercules-b6fff46c2804138176cb9f1d1c25dbab795764fa.tar.xz
hercules-b6fff46c2804138176cb9f1d1c25dbab795764fa.zip
- Added IG_LottoBox for that tricky Lotto Box item.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7227 54d463be-8e91-2dee-dedb-b68131a5f0ec
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);