From 67cd7330adade36411ae370673489c842e270d55 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 11 May 2024 15:29:52 -0500 Subject: [PATCH] Fix swapped DK runes in Cataclysm Classic Fixes wowace ticket # 357 --- IceHUD.lua | 2 +- changelog.md | 4 ++++ this_version.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IceHUD.lua b/IceHUD.lua index 59a2fe4..6e38e85 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -60,7 +60,7 @@ IceHUD.CanHookDestroyTotem = IceHUD.WowClassic or IceHUD.WowClassicBC or IceHUD. IceHUD.ShouldUpdateTargetHealthEveryTick = (IceHUD.WowClassic or IceHUD.WowClassicBC) and GetCVarBool("predictedHealth") IceHUD.UsesUIPanelButtonTemplate = IceHUD.WowVer >= 50000 or not IceHUD.WowMain IceHUD.EventExistsSpellcastInterruptible = IceHUD.WowVer >= 30200 and not IceHUD.WowClassicWrath -IceHUD.DeathKnightUnholyFrostRunesSwapped = IceHUD.WowVer < 70300 and not IceHUD.WowClassicWrath +IceHUD.DeathKnightUnholyFrostRunesSwapped = IceHUD.WowVer < 70300 and not IceHUD.WowClassicWrath and not IceHUD.WowClassicCataclysm IceHUD.SupportsHealPrediction = IceHUD.WowVer >= 40000 or IceHUD.WowClassicWrath IceHUD.UnitGroupRolesReturnsRoleString = IceHUD.WowVer >= 40000 or IceHUD.WowClassicWrath IceHUD.ShellGameSpellID = 271571 diff --git a/changelog.md b/changelog.md index b66b8da..04d7b99 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +v1.14.41: + +- Fix swapped DK runes in Cataclysm Classic + v1.14.40: - Update TOC for Dragonflight to 10.2.7 diff --git a/this_version.md b/this_version.md index 828f79a..831c925 100644 --- a/this_version.md +++ b/this_version.md @@ -1,5 +1,9 @@ # Changelog +v1.14.41: + +- Fix swapped DK runes in Cataclysm Classic + v1.14.40: - Update TOC for Dragonflight to 10.2.7