summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-26 15:55:42 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-26 15:55:42 +0000
commit9442d178d287050bf9f3c42a520a5d85d6081e3e (patch)
tree78ad933e81c1a2c3a94d6e81b1f4ac9f4b5b0638 /src/map/itemdb.c
parent35712069f3401965c6e26233d01a1a893e0ca326 (diff)
downloadhercules-9442d178d287050bf9f3c42a520a5d85d6081e3e.tar.gz
hercules-9442d178d287050bf9f3c42a520a5d85d6081e3e.tar.bz2
hercules-9442d178d287050bf9f3c42a520a5d85d6081e3e.tar.xz
hercules-9442d178d287050bf9f3c42a520a5d85d6081e3e.zip
* Modified drop system to allow overriding global item drop rates on per-item basis. For detailed explanation read source:trunk/db/mob_item_ratio.txt (topic:56118).
* Added missing update to `logs.sql` (follow-up to r15519). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15521 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index 8043c965d..6ab88f872 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -16,11 +16,6 @@
#include <stdlib.h>
#include <string.h>
-// 32k array entries (the rest goes to the db)
-#define MAX_ITEMDB 0x8000
-
-
-
static struct item_data* itemdb_array[MAX_ITEMDB];
static DBMap* itemdb_other;// int nameid -> struct item_data*