From afe5db9b8300ed02e0a57c75b28d5c02baed58da Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 9 Feb 2012 00:52:58 +0000 Subject: Minor defines cleanup; moved AUTOLOOTITEM_SIZE from pc.h to Core.h git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15552 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/Core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/config/Core.h') 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) -- cgit v1.2.3-70-g09d2