promotional bannermobile promotional banner

Cell - Unit Frames - Pandaria - Classic Era - TBC - Retail

Cell_UnitFrames adds custom unit frames, resource indicators, icons, buffs, debuffs, and flexible UI options for WoW Classic. Works with Cell, supports profiles and localization.

File Details

Cell_UnitFrames_22-04-26.zip

  • R
  • Apr 22, 2026
  • 275.73 KB
  • 283
  • 12.0.5+1
  • Retail

File Name

Cell_UnitFrames_22-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
v1.4.3 — 2026-04-22

- Bumped ` Version` to v1.4.3 and internal `CUF.version` to 31.
- Cell (`Indicators/Custom.lua`): Midnight — `I.UpdateCustomIndicators` only compares `sourceUnit` to `"player"` / `"pet"` after `issecretvalue` allows it (same pattern as `dispelName`). Fixes `attempt to compare field 'sourceUnit' (a secret string value...)` spam from `UnitButton` when custom indicators run on auras with a secret caster. If `sourceUnit` is secret, `castByMe` stays `false` (indicators filtered to cast by me will not match that aura; anyone / others unchanged). Re-apply this Cell patch after a stock Cell update if you overwrite the file.

v1.4.2 — 2026-04-22

- Bumped ` Version` to v1.4.2 and internal `CUF.version` to 30.
- Cell (`Indicators/Built-in.lua`) private auras: on Midnight 12+, `C_UnitAuras.AddPrivateAuraAnchor` requires `isContainer` — added `isContainer = false` (same approach as DBM) to avoid `bad argument 2` / `Current Field: [isContainer]`. Re-apply after a stock Cell update if the line is overwritten.
- Compat (`Util/Compat.lua`): same in `CUF_PrivateAuras_Impl` when using the Cell/CUF hook path.