mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 02:40:28 +00:00
enable battleground
This commit is contained in:
@@ -93,6 +93,11 @@ bool BgInviteActiveTrigger::IsActive()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool InsideBGTrigger::IsActive()
|
||||
{
|
||||
return bot->InBattleground() && bot->GetBattleground();
|
||||
}
|
||||
|
||||
bool PlayerIsInBattlegroundWithoutFlag::IsActive()
|
||||
{
|
||||
if (botAI->GetBot()->InBattleground())
|
||||
|
||||
Reference in New Issue
Block a user