From 8371ecf2e5cbb1e67af85da919bb30e138eb210e Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Thu, 22 May 2014 17:38:23 +0100 Subject: [PATCH] MAX_ defines clearly aren't my friends. Thanks for pointing this out, Cydh. --- src/map/itemdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 2fcbc6d60c..d5c43a07cc 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -23,7 +23,7 @@ #define IG_FINDINGORE 6 #define IG_POTION 37 -#define MAX_ITEMGROUP 400 ///The max. item group count (increase this when needed). TODO: Remove this limit and use dynamic size or DBMap if needed +#define MAX_ITEMGROUP 420 ///The max. item group count (increase this when needed). TODO: Remove this limit and use dynamic size or DBMap if needed #define MAX_ITEMGROUP_RANDGROUP 4 ///Max group for random item (increase this when needed). TODO: Remove this limit and use dynamic size if needed