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)
|
if (gfQuestMultiplier < 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
uint32 playerLevel = player->getLevel();
|
uint32 playerLevel = player->GetLevel();
|
||||||
|
|
||||||
if (quest->GetRewOrReqMoney(playerLevel) < 1)
|
if (quest->GetRewOrReqMoney(playerLevel) < 1)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue