getLevel -> GetLevel
This commit is contained in:
parent
4d9b016728
commit
206b5a3a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ public:
|
|||
if (gfQuestMultiplier < 1)
|
||||
return;
|
||||
|
||||
uint32 playerLevel = player->getLevel();
|
||||
uint32 playerLevel = player->GetLevel();
|
||||
|
||||
if (quest->GetRewOrReqMoney(playerLevel) < 1)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue