mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +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
|
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
|
// note: the client cannot show more than 18 items in the loot window on 3.3.5a
|
||||||
#define MAX_NR_QUEST_ITEMS 32
|
#define MAX_NR_QUEST_ITEMS 32
|
||||||
// unrelated to the number of quest items shown, just for reserve
|
// unrelated to the number of quest items shown, just for reserve
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user