Skip to content

Fixes the resource bar to randomly pop up even if deactivated - #1372

Merged
EllesmereGaming merged 1 commit into
EllesmereGaming:mainfrom
RedAces:fix-resource-bars-popping-up
Aug 12, 2026
Merged

Fixes the resource bar to randomly pop up even if deactivated#1372
EllesmereGaming merged 1 commit into
EllesmereGaming:mainfrom
RedAces:fix-resource-bars-popping-up

Conversation

@RedAces

@RedAces RedAces commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Ive got the resource bars deactived.
During certain actions (e.g. during item upgrades) this bar pops backup up empty.

How was it tested?

Tested on 12.1 retail.

Checklist

  • New settings default OFF (no behavior change without opt-in)
  • Zero cost while disabled: no events registered, no polling, no hooks doing work, no frames built
  • Cheap while enabled: event-driven (no polling, no timer-based logic, no per-frame allocations)
  • No writes onto Blizzard-owned frames (weak-table pattern used); HookScript/hooksecurefunc only, never SetScript on Blizzard frames
  • Tested in-game, works on live retail; no load errors on the 12.1 PTR client

@EllesmereGaming
EllesmereGaming merged commit 4717c2d into EllesmereGaming:main Aug 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants