Core/PacketIO: Removed wrong error packet used when trying to leave party in battleground

Closes #29726

(cherry picked from commit 39fd26ef41b802f937695a57ae10dbfc476d51c0)
This commit is contained in:
Shauren
2026-05-29 00:02:08 +02:00
parent 746174314b
commit f7bb84e6de
@@ -339,10 +339,7 @@ void WorldSession::HandleLeaveGroupOpcode(WorldPackets::Party::LeaveGroup& packe
return;
if (_player->InBattleground())
{
SendPartyResult(PARTY_OP_INVITE, "", ERR_INVITE_RESTRICTED);
return;
}
/** error handling **/
/********************/