Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Removes a specific buff from the character.

CancelUnitBuff(unit, buffIndex [,filter])

Arguments[]

unit
string : UnitId - The unit to cancel the buff from, must be under the player's control.
buffIndex
number - index of the buff to cancel, ascending from 1.
filter
string - any of combination of "HELPFUL|HARMFUL|PLAYER|RAID|CANCELABLE|NOT_CANCELABLE".

Details[]

  • This function does not work for canceling druid forms, rogue Stealth, death knight presences, or priest Shadowform.

Patch changes[]

Battle for Azeroth Patch 8.0.1 (2018-07-17): Removed ability to cancel by name and rank. Functionality replaced by CancelSpellByName.
Cataclysm Patch 4.0.1 (2010-10-12): Protected while in combat; tainted code cannot cancel stance-affecting buffs even while out of combat.
Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Replaced CancelPlayerBuff.

Advertisement