Skip to content

Commit

Permalink
Merge pull request #343 from 0blu/ticket-prefix-text
Browse files Browse the repository at this point in the history
Add "[REPORTED VIA QUICKMENU]" when reporting a player
  • Loading branch information
0blu authored Oct 19, 2023
2 parents d3dc68f + e245bca commit 841a26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void HandleSupportTicketSubmitComplaint(SupportTicketSubmitComplaint complaint)
return;
}

var ticketText = $"I would like to report player '{targetPlayerName}'";
var ticketText = $"[REPORTED VIA QUICKMENU]\r\nI would like to report player '{targetPlayerName}'";

if (!WowGuid128.IsUnknownPlayerGuid(complaint.TargetCharacterGuid))
ticketText += $" (id: {complaint.TargetCharacterGuid.GetCounter()})";
Expand Down

0 comments on commit 841a26f

Please sign in to comment.