Added a new constant for MAX Advancement Ranks

This commit is contained in:
2024-12-12 23:41:41 -05:00
parent 8e0809cb1c
commit 81b7a87ced

View File

@@ -31,6 +31,9 @@
*/
inline const std::string_view MP_DATA_CHAT_CHANNEL = "MPEx";
// Used to limit the total advancment rank and allow for changing the max rank in one place.
inline const uint8 MP_MAX_ADVANCEMENT_RANK = 50;
/**
* Main Class for the mod responsible for controls related to scaling instances,
* handling logic related to setting up instances for MythicPlus to work.
@@ -86,7 +89,6 @@ public:
uint32 meleeAttackPowerDampener;
uint32 meleeAttackPowerStart;
enum MP_UNIT_EVENT_TYPE
{
UNIT_EVENT_MELEE,