C_PetBattles.SetPendingReportTargetFromUnit

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 5.0.4

Starts the process of reporting the specified battle pet for having a bad name.

C_PetBattles.SetPendingReportTargetFromUnit(unit)

Arguments

unit
string : UnitToken

Details

Needs to be followed up with StaticPopup_Show("CONFIRM_REPORT_BATTLEPET_NAME", name) OR ReportPlayer(PLAYER_REPORT_TYPE_BAD_BATTLEPET_NAME, "pending") to complete the reporting process.

Patch changes

See also