diff options
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 0ea5574ad..79fc3aa5f 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -7,6 +7,9 @@ #include "../common/mmo.h" // ITEM_NAME_LENGTH #include "map.h" //REMODE +// 32k array entries in array (the rest goes to the db) +#define MAX_ITEMDB 0x8000 + #define MAX_RANDITEM 11000 // The maximum number of item delays |