* Fix build in linux

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-06-19 00:52:47 +02:00
parent 692fb2ba7e
commit 46ad2e833f
2 changed files with 1 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ void WorldSession::HandleGMTicketGetTicketOpcode( WorldPacket & /*recv_data*/)
GM_Ticket *ticket = objmgr.GetGMTicketByPlayer(GetPlayer()->GetGUID());
if(ticket)
SendGMTicketGetTicket(0x06, ticket->message);
SendGMTicketGetTicket(0x06, ticket->message.c_str());
else
SendGMTicketGetTicket(0x0A, 0);