File Details
GCDwithPing_09-06-26.zip
- R
- Jun 9, 2026
- 34.13 KB
- 119
- 12.0.7+4
- Classic + 3
File Name
GCDwithPing_09-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 2.5.5
- 1.15.8
[1.10.3] - 2026-06-09
Fixed
- Forward-declared helpers still nil in `UntrackButton` — `GetButtonContainer`, `HideButtonDisplay`, and `UpdateButton` were defined with `local function`, which creates a new local instead of assigning the forward declarations on line 74. Calls from `UntrackButton` (e.g. when arena frames like `CompactArenaFrame` become untrackable during settings refresh or cooldown ticks) threw attempt to call a nil value. Definitions now use assignment form (`Name = function(...)`) like `SetPingPanelShown` and `RefreshCooldownTickers`.

