Core/Misc: Random changes here and there to minimize differences with 4.3.4 branch

This commit is contained in:
Spp
2012-11-27 13:02:04 +01:00
parent 2251d1bfae
commit e954498560
94 changed files with 976 additions and 951 deletions

View File

@@ -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;