mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 03:02:24 -04:00
Scaling tests are working for base stats
This commit is contained in:
@@ -71,7 +71,7 @@ void MythicPlus::ScaleCreature(uint8 level, Creature* creature)
|
||||
creature->GetCreatureTemplate()->unit_class
|
||||
);
|
||||
|
||||
uint32 rank = 0;
|
||||
int32 rank = 0;
|
||||
CreatureTemplate const* cInfo = creature->GetCreatureTemplate();
|
||||
if(cInfo && cInfo->rank > 0) {
|
||||
rank = cInfo->rank;
|
||||
|
||||
@@ -69,6 +69,7 @@ public:
|
||||
~MythicPlus() { }
|
||||
};
|
||||
|
||||
float GetHealthModifier(int32 rank);
|
||||
|
||||
#define sMythicPlus MythicPlus::instance()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user