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:
@@ -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 **/
|
||||
/********************/
|
||||
|
||||
Reference in New Issue
Block a user