mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 01:19:08 +00:00
Fix: Updated to work with newer commits of AzerothCore
This commit is contained in:
@@ -143,7 +143,7 @@ uint32 MoneyNeededForValue::Calculate()
|
||||
|
||||
uint32 moneyWanted = 0;
|
||||
|
||||
uint32 level = bot->getLevel();
|
||||
uint32 level = bot->GetLevel();
|
||||
|
||||
switch (needMoneyFor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user