-
Fix aura display crash on Classic Anniversary 2.5.6
The 2.5.6 client removed the global UnitAura function and the global DebuffTypeColor table, which the auras/highlight/health modules rely on.-
Wrap aura lookups in a SUF_UnitAura helper that falls back to C_UnitAuras.GetAuraDataByIndex + AuraUtil.UnpackAuraData when the global UnitAura is unavailable (return order is identical).
-
Rebuild the global DebuffTypeColor table from the engine's DEBUFF_TYPE_*_COLOR constants, with fixed RGB fallbacks.
Guarded so it is a no-op on clients where these globals still exist.
-
-
The ShadowedUnitFrames-tbc2.5.6.zip includes two folders: ShadowedUnitFrames and ShadowedUF_Options. Simply drag both folders into your Interface/AddOns folder to overwrite the old version.