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:
parent
aeab506fbf
commit
90dabd7b1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue