Core/Player: Fixed Battleground double kill exploit

Port From (https://github.com/TrinityCore/TrinityCore/commit/a1c6a49c881a57563299979ab7bfc0508da868d3)
This commit is contained in:
hondacrx
2021-01-08 20:33:36 -05:00
parent b31f5b24a3
commit 7f637d28b8
-1
View File
@@ -2707,7 +2707,6 @@ namespace Game.Entities
//join player to Battlegroundgroup
currentBg.EventPlayerLoggedIn(this);
currentBg.AddOrSetPlayerToCorrectBgGroup(this, (Team)m_bgData.bgTeam);
SetInviteForBattlegroundQueueType(bgQueueTypeId, currentBg.GetInstanceID());
}