Skip to content

Releases: Hekili/hekili

v11.0.7-1.0.4

17 Feb 00:51
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.4 (2025-02-17)

Full Changelog Previous Releases

  • Revise Walkwinders
  • Merge pull request #4372 from joshjau/utils
    Fix undefined 'icon' field in GetSpellBookItemInfo
  • Fix undefined 'icon' field in GetSpellBookItemInfo
    It looks like the WoW API now uses iconID instead of icon when retrieving spell book information.
  • Fixes to AOE display
    Update aura helpers
  • Merge pull request #4357 from joshjau/utils
    Replace table.getn() with #table for Lua 5.1 compatibility
  • Merge pull request #4356 from baaron666/baaron666-patch-1
    Update protection warrior abilities
  • Merge pull request #4359 from joshjau/mage-arcane
    Replaced deprecated GetItemCooldown
  • Merge pull request #4364 from joshjau/demonology-fix2
    fix: Remove unused parameter in imps_spawned_during metamethod
  • Merge pull request #4363 from joshjau/enhance-shaman
    fix: Enhancement Shaman variable and debuff reference errors
  • Merge pull request #4353 from syrifgit/thewarwithin
    Unholy DK, Prot Pal, Demo Lock
  • Incorrect Felstorm ID
    Did not catch it on previous PR https://github.com/Hekili/hekili/pull/4279/files
  • Update ShamanEnhancement.lua
  • fix: Remove unused parameter in imps_spawned_during metamethod
    Remove unused 'v' parameter from __index metamethod in imps_spawned_during table to fix Lua metamethod argument count error.
  • fix: Enhancement Shaman variable and debuff reference errors
    • Initialize tiTarget with nil to prevent value assignment warning
    • Set vesper totem charges to 0 instead of nil for integer type compliance
    • Change dot.flame_shock to debuff.flame_shock for correct debuff reference
  • C_Item.GetItemCooldown
    Removed as not used in the file.
  • Replaced deprecated GetItemCooldown
    GetItemCooldown was deprecated in patch 10.2.6
    Replaced with C_Item.GetItemCooldown
  • Account for GoAK glyph
    Using descriptive function. Tested in-game, resolves the issue.
    Fixes #4358
  • Put a addon-specific edit back in place
    I should've documented this edit via comment in the first place, oops. It just prevents creating and accessing a variable, which is just active_enemies > 1, used by SIMC.
  • Reset thunder clap/blast cd with avatar
  • Replace table.getn() with #table for Lua 5.1 compatibility
    Replaced obsolete table.getn() with #table to ensure compatibility with Lua 5.1 in WoW.
  • Remove violent_outburst buff application from avatar which does not happen in-game
  • Correct thunder blast rage generation
  • Make avatar apply thunder_blast buff when avatar_of_the_storm talent is enabled
  • Infliction of Sorrow fix
    Fixes #4352

v11.1.0-1.0.0-beta1

16 Feb 00:00
39a8fd1
Compare
Choose a tag to compare
v11.1.0-1.0.0-beta1 Pre-release
Pre-release

Hekili

v11.1.0-1.0.0-beta1 (2025-02-15)

Full Changelog Previous Releases

  • Merge pull request #4368 from Hekili/resolved-live-into-ptr
    Merge live changes into PTR branch
  • Merge branch 'eleven-one-oh' into resolved-live-into-ptr
  • Fixes to AOE display
    Update aura helpers
  • Merge pull request #4357 from joshjau/utils
    Replace table.getn() with #table for Lua 5.1 compatibility
  • Merge pull request #4356 from baaron666/baaron666-patch-1
    Update protection warrior abilities
  • Merge pull request #4328 from syrifgit/syrif-eleven-one-oh
    11.1 - all 39 specs
  • Merge pull request #4359 from joshjau/mage-arcane
    Replaced deprecated GetItemCooldown
  • Merge pull request #4364 from joshjau/demonology-fix2
    fix: Remove unused parameter in imps_spawned_during metamethod
  • Merge pull request #4363 from joshjau/enhance-shaman
    fix: Enhancement Shaman variable and debuff reference errors
  • Merge pull request #4353 from syrifgit/thewarwithin
    Unholy DK, Prot Pal, Demo Lock
  • Incorrect Felstorm ID
    Did not catch it on previous PR https://github.com/Hekili/hekili/pull/4279/files
  • Update ShamanEnhancement.lua
  • fix: Remove unused parameter in imps_spawned_during metamethod
    Remove unused 'v' parameter from __index metamethod in imps_spawned_during table to fix Lua metamethod argument count error.
  • fix: Enhancement Shaman variable and debuff reference errors
    • Initialize tiTarget with nil to prevent value assignment warning
    • Set vesper totem charges to 0 instead of nil for integer type compliance
    • Change dot.flame_shock to debuff.flame_shock for correct debuff reference
  • C_Item.GetItemCooldown
    Removed as not used in the file.
  • February 12th patch notes
  • Replaced deprecated GetItemCooldown
    GetItemCooldown was deprecated in patch 10.2.6
    Replaced with C_Item.GetItemCooldown
  • Account for GoAK glyph
    Using descriptive function. Tested in-game, resolves the issue.
    Fixes #4358
  • Put a addon-specific edit back in place
    I should've documented this edit via comment in the first place, oops. It just prevents creating and accessing a variable, which is just active_enemies > 1, used by SIMC.
  • Reset thunder clap/blast cd with avatar
  • Replace table.getn() with #table for Lua 5.1 compatibility
    Replaced obsolete table.getn() with #table to ensure compatibility with Lua 5.1 in WoW.
  • Remove violent_outburst buff application from avatar which does not happen in-game
  • Correct thunder blast rage generation
  • Make avatar apply thunder_blast buff when avatar_of_the_storm talent is enabled
  • Infliction of Sorrow fix
    Fixes #4352
  • Merge pull request #4342 from syrifgit/thewarwithin
  • Order of operations
  • 3 Empower Augs need to finish Fire Breath casts, too.
  • DK - minor simc updates (trinkets)
  • Merge pull request #4320 from syrifgit/syrif-warrior
    Fury Warrior Rage Fixes + Minor interaction accuracies
  • Merge pull request #4338 from syrifgit/thewarwithin
    Enhance Shaman is Saved. Also Eclipse. Also Fire Mage.
  • Merge branch 'Hekili:thewarwithin' into thewarwithin
  • Merge pull request #4340 from syrifgit/syrif-hunter
    Sub Rogue Shadowcraft talent support
  • Sub Rogue Shadowcraft talent support
    Significant improvement in rotation predictions, as this talent can allow you to chain back to back finishers. Predicting these combo point gains allows the rotation to actually predict those back-to-back, instead of suddenly inserting them after seeing combo point gains. Tested in-game and confirmed with help of Fuu.
  • Merge branch 'Hekili:thewarwithin' into thewarwithin
  • MQM is on GCD, sorta.
  • Jan 28 + Feb 6
  • Implement cleaner version of CLEU portion
  • Update MonkWindwalker.lua
  • Parameter not needed
  • enhance
    pack string double check, tidy whitespace, organize local declarations
  • wrath opener fix
    works with the new eclipse implementation
  • Fire mage stuff
    reduce duplicate code, fix some interaction inaccuracies
  • pack string
  • WW accuracy stuff
  • Update MonkWindwalker.lua
  • Final tweaks
  • Merge branch 'Hekili:thewarwithin' into syrif-warrior
  • bandaid no longer needed
  • comments
  • Enhance Shaman is Saved
  • Update HunterSurvival.lua
  • Time travel or something
    Are variables real or fake?
    The Ship of Theseus, also known as Theseus's Paradox, is a paradox and a common thought experiment about whether an object is the same object after having all of its original components replaced over time, typically one after the other.
  • big 'ole review sesh
    Remaining items from review
    Dev Evoker dragonrage extension
    BM (And surv) pack leader cycling buff
    WW Chi cost
  • Merge branch 'eleven-one-oh' into syrif-eleven-one-oh
  • Merge pull request #4337 from Hekili/thewarwithin
    Update with main
  • Windwalker 11.1
    Did Ordered Elements the "long way" for now. Structure for a spec-wide spend discount will go on a rainy day list.
  • oops
  • Eclipse time
  • /hek set covenants
  • Update PriestDiscipline.lua
  • Merge everything else
    squoosh. Except Windwalker, need to redo the ordered elements thing first.
  • Merge PRs
    Merge part 2 into big PR
  • Clarifying Comments for similarly named fields
    cast vs cost clarification comments. Future me will thank me.
  • 11.1 Evoker Specs
  • 11.1 Hunter specs
  • Ability timeToReady() overeride
    Allows overriding of timeToReady() in cases where we need to manually intervene. Example can be seen in Devastation Evoker's Pyre ability, where this override fixes the rotation and the UI components. Issue is caused by Blizzard registering the ability as on cooldown in relation to resource regeneration (such as essence), even though the addon is fully aware that resource will become available (due to a guaranteed proc) on the next spellcast.
  • Support new Marksmanship Lust
  • Arms minor fixes
  • Fury accuracy pass
  • Fury Warrior Reck bonus rage

v11.0.7-1.0.3a

09 Feb 20:42
e61ab46
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.3a (2025-02-09)

Full Changelog Previous Releases

  • Merge pull request #4342 from syrifgit/thewarwithin
  • Order of operations
  • 3 Empower Augs need to finish Fire Breath casts, too.

v11.0.7-1.0.3

08 Feb 19:09
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.3 (2025-02-08)

Full Changelog Previous Releases

  • DK - minor simc updates (trinkets)
  • Merge pull request #4320 from syrifgit/syrif-warrior
    Fury Warrior Rage Fixes + Minor interaction accuracies
  • Merge pull request #4338 from syrifgit/thewarwithin
    Enhance Shaman is Saved. Also Eclipse. Also Fire Mage.
  • Merge branch 'Hekili:thewarwithin' into thewarwithin
  • Merge pull request #4340 from syrifgit/syrif-hunter
    Sub Rogue Shadowcraft talent support
  • Sub Rogue Shadowcraft talent support
    Significant improvement in rotation predictions, as this talent can allow you to chain back to back finishers. Predicting these combo point gains allows the rotation to actually predict those back-to-back, instead of suddenly inserting them after seeing combo point gains. Tested in-game and confirmed with help of Fuu.
  • Merge branch 'Hekili:thewarwithin' into thewarwithin
  • MQM is on GCD, sorta.
  • Implement cleaner version of CLEU portion
  • Update MonkWindwalker.lua
  • Parameter not needed
  • enhance
    pack string double check, tidy whitespace, organize local declarations
  • wrath opener fix
    works with the new eclipse implementation
  • Fire mage stuff
    reduce duplicate code, fix some interaction inaccuracies
  • pack string
  • Update MonkWindwalker.lua
  • Final tweaks
  • Merge branch 'Hekili:thewarwithin' into syrif-warrior
  • bandaid no longer needed
  • comments
  • Enhance Shaman is Saved
  • oops
  • Eclipse time
  • Arms minor fixes
  • Fury accuracy pass
  • Fury Warrior Reck bonus rage

v11.0.7-1.0.2

03 Feb 03:09
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.2 (2025-02-03)

Full Changelog Previous Releases

  • People like flashes
  • Blood Racial
  • Make Frost Mages happier
  • Fix Fury Whirlwind logic (thx Syrif)
  • Make Frost Mages happy

v11.0.7-1.0.1

02 Feb 05:58
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.1 (2025-02-02)

Full Changelog Previous Releases

  • Destroy priority update

  • target.time_to_die will reflect add duration remaining

  • Destruction: Add durations to demon summons

  • Enhancement: Skyfury is essential

  • Elemental simc update

    • Fury of the Storms
    • Call of the Ancestors
  • Balance simc update with Wrath opener adjustments

  • Unholy APL update (incl. Winning Streak)

  • Assassin: Add experimental option to avoid using big CDs on dying non-boss targets

  • Frost Mage: Coldest Snap resets only work with 3+ actual targets

    • Add CoC range option
    • Model Frozen Orb flight behavior
  • Exclude Squall Sailor's Citrine from damage-based target detection

  • Fix potion aura copy error

  • Frost Mage: Adjust remaining_winters_chill to return stacks at end of tested ability's cast time.

  • Set default castRemainingThreshold

  • Tweak cast failed projectile event removal.

  • Destro APL update.

  • Merge pull request #4279 from joshjau/demo-warlock
    demonology: add missing felstorm ability

  • Merge pull request #4283 from bjth/thewarwithin
    #4264 - Unholy: Primary - Death Coil Auto Pop (Align Runes + RP with Frost

  • Merge pull request #4286 from syrifgit/thewarwithin
    Chat Commands

  • Merge pull request #4312 from joshjau/warrior-fury-wwrange
    Simplify Whirlwind range check for Fury Warrior

  • Merge pull request #4316 from doadin/patch-1
    Fix Typo in Vengeance SIMC file

  • Merge pull request #4289 from syrifgit/syrif-druid
    Feral, Balance, Disc Priest

  • Update DemonHunterVengeance.simc
    Update DemonHunterVengeance.lua

  • Switch Whirlwind from usable to readyTime
    Per Syrif feedback.
    Changes:

    • Changes Whirlwind from usable to readyTime for better buff prediction
    • Fixes talent check in handler for Improved Whirlwind and Meat Cleaver
      This improves ability recommendations by using readyTime for dynamic checks while maintaining existing functionality.
  • Simplify Whirlwind range check for Fury Warrior
    Simplifies the Whirlwind range check to directly use the ability's 8-yard range instead of proxying through taunt and heroic throw ranges.
    Changes:

    • Adds explicit range = 8 property to Whirlwind ability definition
    • Removes complex condition using taunt and heroic throw ranges
    • Directly checks target distance against Whirlwind's 8-yard range
    • Maintains existing settings.check_ww_range toggle functionality
      This change makes the range check more accurate and maintainable while preserving the optional nature of the range check via settings.
  • Revert "Vengeance rework + 11.1"

  • Vengeance rework + 11.1

  • Fix Dreamstate ID

  • disc TWW season 1 set

  • Skeleton Stuff
    Fix talent classification

  • Cleaner tooltip

  • Improved Skeleton Generator

  • Smol feral change
    Makes the APL from SIMC compatible with addon without modifying the APL.

  • Chat Commands
    Conflicts resolved using newest version of code

  • Merge branch 'thewarwithin' of https://github.com/bjth/hekili into thewarwithin

  • #4264 - Unholy: Primary - Death Coil Auto Pop (Align Runes + RP with Frost)
    Relates 4264
    Update Rune and RP logic to align with Frost

  • fix(warlock): add doom spell registration for demonology
    Adds proper registration for the Doom spell in Demonology Warlock's aura table. This aligns with SIMC priorities and enables proper tracking of the Doom debuff.

  • demonology: add missing felstorm ability
    add felstorm to abilities table with proper pet checks and talent interactions. fixes priority list errors that were showing up in hekili's warning system.

  • Enhancement enhancement

  • Unholy adjustments for snapshot

  • Work on Frost projectiles.

  • Outlaw updates

  • Merge pull request #4268 from IIeTpoc/thewarwithin
    lastRoll, rtb_primary, rtb_buffs_longer, normal, shorter adjustments. Enhanced Debugging Statement

  • Merge pull request #4271 from syrifgit/thewarwithin
    Interrupt Timing Setting

  • Update State.lua
    Revise use of variable

  • Update Options.lua
    Revise description

  • Merge pull request #4273 from joshjau/misc
    feat: Add Viq'Goth (Siege of Boralus) to enemy exclusions

  • feat: Add Viq'Goth (Siege of Boralus) to enemy exclusions
    Adds Viq'goth (NPC ID 128652) from Siege of Boralus dungeon to the enemy exclusions table. This boss appears in the background during the encounter but is not targetable or damageable, so it should be excluded from target counting to prevent incorrect target calculations around aoe/cleave.
    Changes:

    • Added Viq'goth (128652) to enemyExclusions table with value true to always exclude
    • Fixed missing comma after previous entry
      This change helps prevent the addon from incorrectly counting this untargetable boss when calculating number of targets and related combat metrics.
  • Change slider to time value

  • Interrupt Timing Setting
    Adds a configurable setting for users to specify how far into the castbar their interrupt will be recommended. Setting to 0 uses the previous addon behaviour as a default.

  • Merge pull request #4259 from syrifgit:thewarwithin
    Balance, Frost Mage, Lightsmith Paladin, Warlock

  • Update RogueOutlaw.lua

  • Make rtb_buffs_normal preciser again

  • Prot Pal: Guardian of the ancient kings
    Correct SpellID issue, tested in game and works fine. Also corrected the CD length for the PvP version.
    Fixes #4257

  • Merge pull request #3 from IIeTpoc/IIeTpoc-patch-7
    Roll the Bones and Keep it Rolling calculation adjustment

  • Roll the Bones and Keep it Rolling calculation adjustment
    Increased the threshold from 0.1 to 0.2 in rtb_buffs_longer and rtb_buffs_shorter to improve separation between categories.

    Ensures that the new expiration time for each RtB buff after KiR does not exceed 60 seconds from the current time (query_time + 60)

    Enhanced Debugging Statements:

    Added lastRoll, rollDuration, and rtb_primary_remains to the debug output.

    Tracks key values for understanding Roll the Bones behavior in-game.

    Buff Status Report:

    Displays the remaining time and classification (shorter, longer, or normal) for each buff compared to rollDuration.

    Improved Readability:

    Organized debug output for better clarity during in-game testing.

  • Update RogueOutlaw.lua

  • Update RogueOutlaw.lua

  • Remove 2nd RtB debugging

  • Roll The Bones calculation changes

  • Conflict resolution

  • Pack string dates

  • Assorted Fixes
    Affliction Lock

    • Soul Swap PvP stuff
    • #4150
      Balance Druid
    • Spymasters stuff
      #4214
      Holy/Prot files
    • Fix holy armaments
    • #4237
      Frost Mage
    • Add additional boss check for Spymasters
      #4249
  • Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin

  • Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin

  • Destruction Warlock - Infernal Bolt
    reset_precast was using the buff ID in IsActiveSpell, not the actual spell ID.

  • Shifting Power
    This should be on the cooldowns toggle by default. Turning off your CDs and having shifting power recommended is pretty grief.

  • UI Consistency
    Improve UI consistency, make a few labels more clear.

  • more review notes

  • implement review notes

  • Destro Lock
    Cataclysm is a part of the regular rotation now and should not be assigned to interrupt toggle in single target

  • Affliction - Funnel Toggle fixes

  • Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin

  • Destruction Warlock
    Stop funnel toggle from preventing the single target part of the APL

  • Merge branch 'Hekili:thewarwithin' into thewarwithin

  • Target Counting options UI update

  • Marksmanship - black arrow / deathblow
    apply deathblow / razor fragments when using black arrow, allows addon to correctly predict killshot instead of it being a reaction

  • Marksmanship wailing arrow
    Wailing arrow improvements. Could use polish regarding wind arrow stacking, but is functional.

v11.0.7-1.0.0

23 Dec 00:33
Compare
Choose a tag to compare

Hekili

v11.0.7-1.0.0 (2024-12-23)

Full Changelog Previous Releases

  • Arcane priority update
  • Handle SEF texture / fixate.
  • Merge pull request #4234 from huchang47/Add_Potions
    Add Algari Healing Potion and Cavedweller's Delight
  • Update Classes.lua
    Fix token
  • Merge pull request #4239 from Apeng7364/thewarwithin
    MonkWindwalker update black out kick proc stack count
  • Merge pull request #4242 from joshjau/demonology-warlock
    add power siphon and felstorm conditions to demonology simc
  • Merge pull request #4241 from joshjau/warrior-reflects
    Spell Reflect Updates - Additional Spells
  • Merge pull request #4250 from joshjau/warrior-fury
    fury: add storm bolt support during bladestorm
  • Merge remote-tracking branch 'upstream/thewarwithin' into warrior-fury
  • Frost Mage priority update
  • TOC update for 11.0.7
  • fury: add storm bolt support during bladestorm
    • Added Storm Bolt actions after each Bladestorm cast in priority lists
    • Added usable check in Lua file to prevent Storm Bolt usage during Bladestorm without Unrelenting Onslaught talent
  • Update ReflectableSpells.lua
    • Reorganized spells by dungeon/raid
    • Added missing TWW Season 1 M+ dungeons (Necrotic Wake, Mists of Tirna Scithe, Siege of Boralus)
    • Added new raid spells for The War Within
    • Grouped content into clear sections:
      • Grim Batol
      • The Dawnbreaker
      • The Stonevault
      • City of Threads
      • Ara-Kara, City of Echoes
      • The Necrotic Wake (S1)
      • Mists of Tirna Scithe (S1)
      • Siege of Boralus (S1)
      • Raid: The War Within
      • Test Dummy
  • add power siphon and felstorm conditions to demonology simc
    ported from simc source (sc_warlock_pets.cpp, sc_warlock_actions.cpp):
    power siphon:
    • prevent core capping before tyrant window
    • checks for < 3 demonic cores
    • tyrant cd > 25s
    • not during demonic power buff
      felstorm:
    • add cleave logic for fel sunder builds
    • requires 2+ targets
    • checks demonic strength talent/cd
    • requires fel sunder talent
      also cleaned up some tyrant timing logic and imp despawn variable tracking
  • Spell Reflect Updates - Additional Spells
    Added several missing reflectable spells to the database:

    The Necrotic Wake

    • Added additional ID for Frozen Binds (320788) to Nalthor the Rimebinder
    • Added Spew Disease (333479) to Zolramus Sorcerer
    • Added Disease Cloud (333482, 333485) to Zolramus Sorcerer

    City of Threads

    • Added Silken Tomb (439814) to Izo, the Grand Splicer
    • Added new spells to Eye of the Queen:
      • Void Bolt (441772)
      • Expulsion Beam (451600)
      • Acid Bolt (448660)
  • Monk: update black out kick proc stack
  • Algari Healing Potion and Cavedweller's Delight of the current version have been added.

v11.0.5-1.0.20

09 Dec 21:33
Compare
Choose a tag to compare

Hekili

v11.0.5-1.0.20 (2024-12-09)

Full Changelog Previous Releases

  • Subtlety fixes
  • Fix Elemental

v11.0.5-1.0.19

06 Dec 19:58
a81d924
Compare
Choose a tag to compare

Hekili

v11.0.5-1.0.19 (2024-12-06)

Full Changelog Previous Releases

  • Merge pull request #4221 from syrifgit/syrif-deathknight
    Unholy DK Rework
  • Windwalker sim update
  • Assassin and Sub sim updates
  • Fire and Frost Mage sim updates
  • Augment sim update
  • DK Frost sim update
  • Elemental sim update
  • MW: Enable some active_dot.X tracking
  • Merge pull request #4224 from syrifgit/syrif-small-fixes
    Small fixes: Scalecommander, Paladin, Monk, Spriest
  • 3rd times the charm
  • actually fix lay on hands
    Oops forgot to put it in
  • remove debug print
  • kings ID
  • More Lightsmith support
    Needs more work, but adds a lot of support. Partial fix for #4174
  • Spriest mind flay texture?
    Seems to help by manually removing buff if override not known.
    fixes #4220
  • Monk Paralysis Soothe
    Rework soothe implementation to match how other classes/specs implement this feature, should work now. Fixes #4209
  • Prot Pal spellID / interaction fixes
    • Lay on Hands
    • Empyreal Ward
    • Guardian (and pvp version)
    • Avengers shield CDR for guardian
      Fixes #4222
  • Scalecommander Target Cycling on Bombardments
    Doesn't currently seem support by Aug APL, but it is by the Dev APL. Fixes #4219
  • Merge branch 'thewarwithin' into syrif-deathknight
  • sanlayn extensions
  • Update DeathKnightUnholy.lua
  • Unholy DK Rework
    sync with PR
    Final pass
    Update DeathKnightUnholy.lua
    More updates
    Update DeathKnightUnholy.lua
    Update DeathKnightUnholy.lua
    Update DeathKnightUnholy.lua
    Update DeathKnightUnholy.lua
    Update DeathKnightUnholy.lua
    Update State.lua
    Update DeathKnightUnholy.lua
    DnD stuff
    Update State.lua
    state:removeDebuffStack() now returns the number of stacks actually removed
    Update DeathKnightUnholy.lua
    death coil, scourge strike, clawing shadow, festering strike, wound pops
  • Merge branch 'Hekili:thewarwithin' into syrif-deathknight
  • Update DeathKnightUnholy.lua

v11.0.5-1.0.18

25 Nov 20:01
Compare
Choose a tag to compare

Hekili

v11.0.5-1.0.18 (2024-11-25)

Full Changelog Previous Releases

  • Arcane, Fire, Protection Paladin simc updates
  • (Re)tweak resource forecasting for Runes.
  • Put Ascendance on CD so we stop using CL during Ascendance.
  • Assassin recheck constraints.