HazeBuffBars

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

File Details

HazeBuffBars-1.8.13.zip

  • R
  • May 10, 2026
  • 214.72 KB
  • 84
  • 2.5.5+1
  • Classic + 1

File Name

HazeBuffBars-1.8.13.zip

Supported Versions

  • 2.5.5
  • 1.15.8

[1.8.13] - 2026-05-10

Fixed

  • After /reload with an existing lure on the pole, the bar no longer permanently latches onto the wrong apply-spell name. The previous backfill captured any recent cast when applyName was nil — so the user's first cast (typically Fishing) became the cached applyName, which in turn drove the bar label, the icon lookup (no WEAPON_ENCHANT_ICONS["Fishing"] → grinding-stone fallback), and the cast-match force-reset on every subsequent Fishing cast (~9m timer flash). applyName capture is now gated on IsKnownEnchantSpell (matches an entry in WEAPON_ENCHANT_ICONS or a shaman imbue keyword), so unrelated casts can't clobber it.