Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b024b64bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ public:
|
|||
{
|
||||
// Cannot add response to ticket, assigned to someone else
|
||||
//! Console excluded
|
||||
Player* player = handler->GetSession() ? handler->GetSession()->GetPlayer() : nullptr;
|
||||
Player* player = handler->GetSession() ? handler->GetSession()->GetPlayer() : NULL;
|
||||
if (player && ticket->IsAssignedNotTo(player->GetGUID()))
|
||||
{
|
||||
handler->PSendSysMessage(LANG_COMMAND_TICKETALREADYASSIGNED, ticket->GetId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue