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

Fixes #23948

(cherry picked from commit 5491cb51a25b6e3c465e97b3c57ba67a8ea0bcce)
This commit is contained in:
jackpoz
2022-02-27 20:08:41 +01:00
committed by Shauren
parent 2f0ed35c26
commit d06c93185a
+1 -1
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