feat(Core/Loot): Increase the max loot possible by 2 (#3025)

Before it was 16, now let's use the max potential of the client.
This commit is contained in:
Barbz
2020-07-05 11:18:49 +02:00
committed by GitHub
parent aeab506fbf
commit 90dabd7b1b

View File

@@ -37,8 +37,8 @@ enum RollMask
ROLL_ALL_TYPE_MASK = 0x0F
};
#define MAX_NR_LOOT_ITEMS 16
// note: the client cannot show more than 16 items total
#define MAX_NR_LOOT_ITEMS 18
// note: the client cannot show more than 18 items in the loot window on 3.3.5a
#define MAX_NR_QUEST_ITEMS 32
// unrelated to the number of quest items shown, just for reserve