Skip to content

v4.3.9-classic-tbc2.5.6

Latest

Choose a tag to compare

@lovemoon0314 lovemoon0314 released this 17 Jul 02:38
0a88c2c
  • 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.