mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Revert "Core/Battlegrounds: Properly readd player to Battleground containers after a login."
This reverts commit fbc521084c.
Fixes #17810
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user