diff options
Diffstat (limited to 'src/map/config/Core.h')
-rw-r--r-- | src/map/config/Core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/config/Core.h b/src/map/config/Core.h index d8d651903..cbd7c0aa3 100644 --- a/src/map/config/Core.h +++ b/src/map/config/Core.h @@ -11,6 +11,11 @@ **/ #define MAX_REFINE 20 +/** + * Max number of items on @autolootid list + **/ +#define AUTOLOOTITEM_SIZE 10 + //Uncomment to enable the Cell Stack Limit mod. //It's only config is the battle_config cell_stack_limit. //Only chars affected are those defined in BL_CHAR (mobs and players currently) |