getLevel -> GetLevel

This commit is contained in:
Revision 2023-01-01 00:40:54 +01:00
parent 4d9b016728
commit 206b5a3a3a

View file

@ -115,7 +115,7 @@ public:
if (gfQuestMultiplier < 1)
return;
uint32 playerLevel = player->getLevel();
uint32 playerLevel = player->GetLevel();
if (quest->GetRewOrReqMoney(playerLevel) < 1)
return;