summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-11 15:40:35 -0300
committershennetsind <ind@henn.et>2013-04-11 15:40:35 -0300
commitd8f0ee4c476102066268e6376f6544b57dbf5b71 (patch)
tree41b56b235d7d1e375b663a689010048a0d1f1dc6 /src/map/itemdb.c
parent39790db451bf767bea78e843a4663d9e2b05beaf (diff)
downloadhercules-d8f0ee4c476102066268e6376f6544b57dbf5b71.tar.gz
hercules-d8f0ee4c476102066268e6376f6544b57dbf5b71.tar.bz2
hercules-d8f0ee4c476102066268e6376f6544b57dbf5b71.tar.xz
hercules-d8f0ee4c476102066268e6376f6544b57dbf5b71.zip
Follow up 1a4d3fcf403745de60eb5d7648342cdfa1388af8
Improved Fix. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index 2b7d27c8a..22ac031ee 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -20,8 +20,6 @@
static struct item_data* itemdb_array[MAX_ITEMDB];
static DBMap* itemdb_other;// int nameid -> struct item_data*
-static struct item_group itemgroup_db[MAX_ITEMGROUP];
-
struct item_data dummy_item; //This is the default dummy item used for non-existant items. [Skotlex]
/**