C_ContributionCollector.GetBuffs

From Warcraft Wiki
Jump to navigation Jump to search

Returns the buffs provided by a building (e.g. in a Warfront).

spellID, ... = C_ContributionCollector.GetBuffs(contributionID)

Arguments

contributionID
number

Returns

(variable returns: spellID1, spellID2, ...)

spellID
number - the spellID of the first buff provided. This buff is always provided when the building is active.

Patch changes

Legion Patch 7.2.0 (2017-03-28): Added.