Move some packets processing to map context
Port From (https://github.com/TrinityCore/TrinityCore/commit/2ea8f5e6fced094f28c45ac84123c85477122567)
This commit is contained in:
@@ -594,7 +594,7 @@ namespace Game
|
||||
SendPacket(new PVPOptionsEnabled());
|
||||
}
|
||||
|
||||
[WorldPacketHandler(ClientOpcodes.RequestPvpRewards)]
|
||||
[WorldPacketHandler(ClientOpcodes.RequestPvpRewards, Processing = PacketProcessing.Inplace)]
|
||||
void HandleRequestPvpReward(RequestPVPRewards packet)
|
||||
{
|
||||
GetPlayer().SendPvpRewards();
|
||||
|
||||
Reference in New Issue
Block a user