mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Random changes here and there to minimize differences with 4.3.4 branch
This commit is contained in:
@@ -97,7 +97,7 @@ void WorldSession::HandleGMTicketCreateOpcode(WorldPacket& recvData)
|
||||
SendPacket(&data);
|
||||
}
|
||||
|
||||
void WorldSession::HandleGMTicketUpdateOpcode(WorldPacket & recvData)
|
||||
void WorldSession::HandleGMTicketUpdateOpcode(WorldPacket& recvData)
|
||||
{
|
||||
std::string message;
|
||||
recvData >> message;
|
||||
|
||||
Reference in New Issue
Block a user