Core/Player: Fixed Battleground double kill exploit
Port From (https://github.com/TrinityCore/TrinityCore/commit/a1c6a49c881a57563299979ab7bfc0508da868d3)
This commit is contained in:
@@ -2707,7 +2707,6 @@ namespace Game.Entities
|
|||||||
|
|
||||||
//join player to Battlegroundgroup
|
//join player to Battlegroundgroup
|
||||||
currentBg.EventPlayerLoggedIn(this);
|
currentBg.EventPlayerLoggedIn(this);
|
||||||
currentBg.AddOrSetPlayerToCorrectBgGroup(this, (Team)m_bgData.bgTeam);
|
|
||||||
|
|
||||||
SetInviteForBattlegroundQueueType(bgQueueTypeId, currentBg.GetInstanceID());
|
SetInviteForBattlegroundQueueType(bgQueueTypeId, currentBg.GetInstanceID());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user