--- deliantra/server/include/config.h 2007/11/08 19:43:24 1.48 +++ deliantra/server/include/config.h 2007/11/26 11:41:02 1.49 @@ -193,6 +193,15 @@ #define MAX_TIME 120000 + +/* + * MAX_ITEM_PER_DROP defines how many items a player can drop at once. + * (be careful to set this to high values, as dropping lots of things + * can be a performance problem (for which a fix is worked on)). + */ + +#define MAX_ITEM_PER_DROP 100 + /* Polymorph as it currently stands is unbalancing, so by default * we have it disabled. It can be enabled and it works, but * it can be abused in various ways.