Core/PacketIO: 4936094379 followup - removed silly way of sending the packet

This commit is contained in:
Shauren
2024-10-22 19:21:46 +02:00
parent 8f83c7ccec
commit 4854d9c51a

View File

@@ -347,5 +347,5 @@ void WorldSession::HandleQueryTreasurePicker(WorldPackets::Query::QueryTreasureP
// TODO: Missing treasure picker implementation
_player->SendDirectMessage(treasurePickerResponse.Write());
SendPacket(treasurePickerResponse.Write());
}