mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10396] Send GMTicket to SendGMTicketGetTicket instead text.
This commit is contained in:
parent
ddfc6386c5
commit
34421e5eb8
5 changed files with 13 additions and 13 deletions
|
|
@ -2789,7 +2789,7 @@ bool ChatHandler::HandleDelTicketCommand(char *args)
|
|||
//notify player
|
||||
if (Player* pl = sObjectMgr.GetPlayer(ObjectGuid(HIGHGUID_PLAYER, lowguid)))
|
||||
{
|
||||
pl->GetSession()->SendGMTicketGetTicket(0x0A, 0);
|
||||
pl->GetSession()->SendGMTicketGetTicket(0x0A);
|
||||
PSendSysMessage(LANG_COMMAND_TICKETPLAYERDEL, GetNameLink(pl).c_str());
|
||||
}
|
||||
else
|
||||
|
|
@ -2809,7 +2809,7 @@ bool ChatHandler::HandleDelTicketCommand(char *args)
|
|||
|
||||
// notify players about ticket deleting
|
||||
if (target)
|
||||
target->GetSession()->SendGMTicketGetTicket(0x0A, 0);
|
||||
target->GetSession()->SendGMTicketGetTicket(0x0A);
|
||||
|
||||
std::string nameLink = playerLink(target_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue