diff --git a/modules/mod-timewalking/src/scripts/TimeWalking.cpp b/modules/mod-timewalking/src/scripts/TimeWalking.cpp index 976608b..805fcf8 100644 --- a/modules/mod-timewalking/src/scripts/TimeWalking.cpp +++ b/modules/mod-timewalking/src/scripts/TimeWalking.cpp @@ -703,7 +703,7 @@ class timeWalkingPlayer : public PlayerScript sAzthUtils->updateTwLevel(player, player->GetGroup()); } - void OnBeforeInitTalentForLevel(Player* player, uint8& /*level*/, uint32& talentPointsForLevel) override + void OnBeforeInitTalentForLevel(Player* player, uint32& talentPointsForLevel) override { if (!sAzthUtils->isMythicLevel(sAZTH->GetAZTHPlayer(player)->GetTimeWalkingLevel()) // redundant (?) && (sAZTH->GetAZTHPlayer(player)->isTimeWalking(true) || sAZTH->GetAZTHPlayer(player)->GetTimeWalkingLevel() == TIMEWALKING_LVL_AUTO) )