Gat Modular UI

Modular UI suite with customisable power bars, raid/unit frames, cooldown manager, buff tracking, and more. Enable only what you need.

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 SetCooldownFromDurationObject via C_UnitAuras.GetAuraDuration() instead of SetCooldownFromExpirationTime which 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 with InCombatLockdown() since private aura APIs are blocked in combat after Blizzard hotfix. Defers to existing PLAYER_REGEN_ENABLED handler