promotional bannermobile promotional banner

PhoenixCastBars

Clean, lightweight cast bars for player, target, and focus frames.

File Details

PhoenixCastBars-v0.4.9.zip

  • R
  • Feb 28, 2026
  • 404.76 KB
  • 732
  • 12.0.1
  • Retail

File Name

PhoenixCastBars-v0.4.9.zip

Supported Versions

  • 12.0.1

PhoenixCastBars – Changelog

[0.4.9]

New Features

Interrupt Shield Support Cast bars now display Blizzard's interrupt shield icon (nameplates-InterruptShield atlas) on the target cast bar, replacing the spell icon when a cast cannot be interrupted. This mirrors the state of the native TargetFrameSpellBar so the indicator stays perfectly in sync with the game client.

Uninterruptible Cast Colour When a target's cast is flagged as uninterruptible, the cast bar will turn red (rgb 0.85, 0.15, 0.15) to give an immediate at-a-glance warning. Interruptible casts and channels continue to use your configured cast/channel colours as normal.

Bug Fixes / Code Quality

  • Removed the stale st.notInterruptible = false reset that was previously leaving interrupt state dirty between casts.
  • Refactored the bar colour pipeline — channel and cast colour paths are now cleanly separated rather than falling through shared variable logic, making future colour customisation easier.
  • Added an early-return guard in the update function so colour and shield logic is safely skipped when no spell state is present.

Internal

  • Version bumped to 0.4.9 in both the .toc and the main addon table.
  • Release notes entry added to UpdateCheck.lua.