HazeBuffBars

A World of Warcraft Classic addon that displays player buffs and debuffs as horizontal timer bars.

File Details

HazeBuffBars-1.9.3.zip

  • R
  • May 22, 2026
  • 192.55 KB
  • 72
  • 2.5.5+1
  • Classic + 1

File Name

HazeBuffBars-1.9.3.zip

Supported Versions

  • 2.5.5
  • 1.15.8

[1.9.3] - 2026-05-22

Fixed

  • ADDON_ACTION_BLOCKED on Button:ClearAllPoints() in combat. The remaining combat-protection error. A secure frame propagates its restrictions not only up its parent chain but onto every frame it is anchored to — so anchoring a cancel overlay over its bar slot made that slot un-reflowable in combat, and the UNIT_AURA-driven UpdateBars reflow then errored on slot:ClearAllPoints(). Cancel overlays are now detached (un-anchored and hidden) on PLAYER_REGEN_DISABLED, which fires just before combat lockdown engages, and reattached on PLAYER_REGEN_ENABLED. During combat no secure frame is anchored to any bar, so the bars reflow freely.

Changed

  • Final word on in-combat cancel: it is not possible, and the addon no longer attempts it. Across v1.9.0–v1.9.2 the changelog claimed progressively weaker forms of in-combat cancel; all were wrong. A bar cannot simultaneously reflow during combat and carry a working secure cancel button — a secure button anchored to a bar freezes that bar. The addon now makes the same trade as other addons: bars always show/update/hide in combat; right-click cancel works only out of combat. Cancel overlays are detached for the duration of every fight and resynced when it ends.