2.9.0-RC2-6-gfec0e86

Details

  • Filename
    Decursive-2.9.0-RC2-6-gfec0e86.zip
  • Uploaded by
  • Uploaded
    Sep 13, 2026
  • Size
    568.00 KB
  • Downloads
    167
  • MD5
    f859a559aec5f85ffdd489778c884075

Supported WoW Retail Versions

  • 12.1.0

Changelog

Decursive -Ace3-

2.9.0-RC2-6-gfec0e86 (2026-09-13)

Full Changelog Previous Releases

  • Generalize the spell description caching system (Debuff filtering option panel is now also using it)
    #retailOnly
  • Fix Bleed Spell description loading (API GetSpellDescription() now returns nil instead of "" when the description is loading)
  • 12.1: Remove 2 undispellable debuff from sound effect registering (1303486 and 1308546)
  • 12.1: Disable delayed debuff reports
  • 12.1: Spells that were available but no longer are were still registered for the sound effect and triggering it.
    Solution: check that the type is enabled AND that the spell is currently available
    Also add an assertion to test that no spell ids are associated to several types at the same time.
    #retailOnly
  • 12.1: Restore Decursive pre-12.1 scanning when auras are not restricted
    This will restore the LiveList functionality when auras are not fully secret (at least in the open world outside of combat)
    Add encountered debuff to the history when mouse-hovering the MUFs (will be used to auto-register new debuffs)
    #retailOnly