Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the total cost and amount of (de)transmogrifications.

cost, numChanges = C_Transmog.GetCost()

Returns[]

cost
number - Total cost in coppers
numChanges
number - Amount of pending changes. This includes detransmogrifications

Example[]

  • Two items to be transmogrified
/dump GetTransmogrifyCost() => 376753, 2
  • Two items to be detransmogrified
/dump GetTransmogrifyCost() => 0, 2

Patch changes[]

Advertisement