refactor(Core/Packets): Rewrite various query packets to modern class. (#22719)

This commit is contained in:
Benjamin Jackson
2025-08-24 08:50:16 -04:00
committed by GitHub
parent 915b39202a
commit 9ed31bd63e
7 changed files with 184 additions and 40 deletions

View File

@@ -172,7 +172,7 @@ void WorldSession::HandleGMTicketDeleteOpcode(WorldPacket& /*recv_data*/)
void WorldSession::HandleGMTicketGetTicketOpcode(WorldPacket& /*recv_data*/)
{
SendQueryTimeResponse();
SendTimeQueryResponse();
if (GmTicket* ticket = sTicketMgr->GetTicketByPlayer(GetPlayer()->GetGUID()))
{