mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix: Updated to work with newer commits of AzerothCore
This commit is contained in:
@@ -177,7 +177,7 @@ BattlegroundTypeId RpgBgTypeValue::Calculate()
|
||||
if (!bg)
|
||||
continue;
|
||||
|
||||
if (bot->getLevel() < bg->GetMinLevel())
|
||||
if (bot->GetLevel() < bg->GetMinLevel())
|
||||
continue;
|
||||
|
||||
// check if already in queue
|
||||
|
||||
Reference in New Issue
Block a user