mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/Loot: Raise max number of loot items from 16 to 18
Fixes #23948
(cherry picked from commit 5491cb51a2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user