2.9.0-RC2-7-ge78ae84

Details

  • Filename
    Decursive-2.9.0-RC2-7-ge78ae84.zip
  • Uploaded by
  • Uploaded
    Sep 20, 2026
  • Size
    568.90 KB
  • Downloads
    330
  • MD5
    9eebe58f52e78a4225a2935c8991ed0d

Supported WoW Retail Versions

  • 12.1.0

Changelog

Decursive -Ace3-

2.9.0-RC2-7-ge78ae84 (2026-09-20)

Full Changelog Previous Releases

  • 12.1: remove dispellable-only-by-player Blizzard's filter as it should not matter anymore given that we use one slot per type now (This should restore pre wow12 Decursive report ability)
    #retailOnly
  • 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