C_ClassTalents.CommitConfig

From Warcraft Wiki
Jump to navigation Jump to search

Applies any pending changes to the specified loadout configID

success = C_ClassTalents.CommitConfig([savedConfigID])

Arguments

savedConfigID
number? This should be a loadout configID, from C_ClassTalents.GetLastSelectedSavedConfigID or C_ClassTalents.GetConfigIDsBySpecID. Not the ActiveConfigID from C_ClassTalents.GetActiveConfigID.

Returns

success
boolean

See also

C_Traits.CommitConfig should be used when committing changes to generic talents (e.g. dragonriding) and professions.