mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user