We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8791 commit 47c61b2Copy full SHA for 47c61b2
src/server/game/Entities/Player/Player.cpp
@@ -11339,8 +11339,6 @@ void Player::LeaveBattleground(Battleground* bg)
11339
if (bg->isArena() && (bg->GetStatus() == STATUS_IN_PROGRESS || bg->GetStatus() == STATUS_WAIT_JOIN))
11340
sScriptMgr->OnBattlegroundDesertion(this, ARENA_DESERTION_TYPE_LEAVE_BG);
11341
11342
- bg->RemovePlayerAtLeave(this);
11343
-
11344
// xinef: reset corpse reclaim time
11345
m_deathExpireTime = GameTime::GetGameTime().count();
11346
0 commit comments