File Details
Gat Modular UI 2.8.1
- R
- Mar 21, 2026
- 587.41 KB
- 18
- 12.0.5+1
- Retail
File Name
GatUI-2.8.1.zip
Supported Versions
- 12.0.5
- 12.0.1
Fixed aura cooldown display and private aura handling for Blizzard's M+ security hotfix that restricts cooldown and private aura APIs during combat.
Bug Fixes:
- RaidFrames/UnitFrames: Aura Cooldown Secret Value Fix - Aura cooldown swipes now use
SetCooldownFromDurationObjectviaC_UnitAuras.GetAuraDuration()instead ofSetCooldownFromExpirationTimewhich no longer accepts secret values after Blizzard hotfix. Affects raid frame auras, unit frame buff/debuff icons, and raid frame defensive icons - RaidFrames: Private Aura Combat Guard -
ReanchorPrivateAuras()now guards withInCombatLockdown()since private aura APIs are blocked in combat after Blizzard hotfix. Defers to existingPLAYER_REGEN_ENABLEDhandler