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

Closes #29726
This commit is contained in:
Shauren
2024-02-23 14:19:30 +01:00
parent c5d63ee1fc
commit 39fd26ef41

View File

@@ -409,10 +409,7 @@ void WorldSession::HandleGroupDisbandOpcode(WorldPacket & /*recvData*/)
return;
if (_player->InBattleground())
{
SendPartyResult(PARTY_OP_INVITE, "", ERR_INVITE_RESTRICTED);
return;
}
/** error handling **/
/********************/