Core/Loot: Raise max number of loot items from 16 to 18

Fixes #23948

(cherry picked from commit 5491cb51a2)
This commit is contained in:
jackpoz
2020-09-19 16:57:14 +02:00
committed by Shauren
parent 2f0ed35c26
commit d06c93185a

View File

@@ -62,7 +62,7 @@ enum RollMask
ROLL_ALL_TYPE_MASK = 0x0F
};
#define MAX_NR_LOOT_ITEMS 16
#define MAX_NR_LOOT_ITEMS 18
// note: the client cannot show more than 16 items total
#define MAX_NR_QUEST_ITEMS 32
// unrelated to the number of quest items shown, just for reserve