Revert "Core/Battlegrounds: Properly readd player to Battleground containers after a login."

This reverts commit fbc521084c.
Fixes #17810
This commit is contained in:
jackpoz
2016-08-18 16:23:46 +02:00
committed by Aokromes
parent 312dab2c5c
commit bb2db482da

View File

@@ -1201,7 +1201,7 @@ void Battleground::EventPlayerLoggedIn(Player* player)
}
}
m_Players[guid].OfflineRemoveTime = 0;
AddPlayer(player);
PlayerAddedToBGCheckIfBGIsRunning(player);
// if battleground is starting, then add preparation aura
// we don't have to do that, because preparation aura isn't removed when player logs out
}