bool OnCheck(Player* source, Unit* /*target*/)
 {
     Battleground* bg = source->GetBattleground();
     return bg && bg->AllNodesConrolledByTeam(source->GetTeamId());
 }