Fix: Updated to work with newer commits of AzerothCore

This commit is contained in:
Revision
2024-07-22 00:39:06 +02:00
parent fedb6084e2
commit 838bfe333d
48 changed files with 241 additions and 239 deletions

View File

@@ -62,7 +62,7 @@ uint8 BalancePercentValue::Calculate()
if (!player || !player->IsAlive())
continue;
playerLevel += player->getLevel();
playerLevel += player->GetLevel();
}
}
@@ -73,7 +73,7 @@ uint8 BalancePercentValue::Calculate()
if (!creature || !creature->IsAlive())
continue;
uint32 level = creature->getLevel();
uint32 level = creature->GetLevel();
switch (creature->GetCreatureTemplate()->rank)
{