summaryrefslogtreecommitdiff
path: root/src/map
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
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')
-rw-r--r--src/map/itemdb.c11
-rw-r--r--src/map/itemdb.h1
2 files changed, 7 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);
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index b2ffae352..5c7ef4240 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -94,6 +94,7 @@ enum {
IG_EGGBOY, //32
IG_EGGGIRL, //33
IG_GIFTBOXCHINA, //34
+ IG_LOTTOBOX, //35
MAX_ITEMGROUP,
} item_group_list;