wowpedia
Main Menu


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

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.