2.7.15-1-ge18a75e-classic

Details

  • Filename
    Decursive-2.7.15-1-ge18a75e-classic.zip
  • Uploaded by
  • Uploaded
    Jan 24, 2024
  • Size
    541.23 KB
  • Downloads
    71
  • MD5
    f7f7ae41e3487d18d0ba589aacd7e135

Supported WoW Classic Versions

  • 1.15.0

Changelog

Decursive -Ace3-

2.7.15-1-ge18a75e (2024-01-24)

Full Changelog Previous Releases

  • Fix UnitBuff deprecation impact on memory usage (garbage leak) when the check for stealth option is used.
    In 10.2.5 UnitBuff and acolytes were deprecated and are falling back to calling the new C_UnitAuras API functions which create a new Lua table each time they return something and thus, leak memory... (if only we could provide those functions with a table to use... sigh)
    This is a work in progress, more work is needed. In 10.2.5, Decursive will still leak memory as soon as there are debuffs on units... This update fix the idle case which was probably the worst since buffs are long lasting and on all units all the time.