Core/PacketIO: Updated and enabled CMSG_REQUEST_PVP_REWARDS

This commit is contained in:
Carbenium
2016-02-02 18:30:34 +01:00
parent fd162fb604
commit 46addc21cd
5 changed files with 13 additions and 4 deletions

View File

@@ -640,7 +640,7 @@ void WorldSession::HandleGetPVPOptionsEnabled(WorldPackets::Battleground::GetPVP
SendPacket(pvpOptionsEnabled.Write());
}
void WorldSession::HandleRequestPvpReward(WorldPacket& /*recvData*/)
void WorldSession::HandleRequestPvpReward(WorldPackets::Battleground::RequestPVPRewards& /*packet*/)
{
_player->SendPvpRewards();
}