mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
* Fix build in linux
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -171,7 +171,6 @@ class TRINITY_DLL_SPEC WorldSession
|
||||
void SendTabardVendorActivate( uint64 guid );
|
||||
void SendSpiritResurrect();
|
||||
void SendBindPoint(Creature* npc);
|
||||
void SendGMTicketGetTicket(uint32 status, char const* text);
|
||||
|
||||
void SendAttackStop(Unit const* enemy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user