C_Transmog.SetPending

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 7.0.3 / 4.4.0 / 1.15.3

Applies a pending transmog choice to the given TransmogLocation slot.

C_Transmog.SetPending(transmogLocation, pendingInfo)

Arguments

transmogLocation
TransmogLocationMixin🔗
pendingInfo
TransmogPendingInfoMixin🔗

Patch changes

  • Shadowlands-Icon-Inline.png Patch 9.1.0 (2021-06-29): Replaced transmogID, categoryID arguments with pendingInfo
  • Shadowlands-Icon-Inline.png Patch 9.0.1 (2020-10-13): Replaced slotID, transmogType arguments with transmogLocation
  • Legion-Logo-Small.png Patch 7.0.3 (2016-07-19): Added.