From 97e81018c78a79b0373a973c8f1812c65e22e8c2 Mon Sep 17 00:00:00 2001 From: Parnic Date: Fri, 2 Sep 2022 14:26:54 -0500 Subject: [PATCH] Update for Wrath Classic (non-BCC pre-patch) Apparently in full-blown Wrath classic, post-BCC-pre-patch, there's a new WOW_PROJECT constant that needs to be used. --- IceHUD.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IceHUD.lua b/IceHUD.lua index 01e6d5e..0b45605 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -27,6 +27,8 @@ if WOW_PROJECT_ID and WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC then elseif LE_EXPANSION_LEVEL_CURRENT == LE_EXPANSION_WRATH_OF_THE_LICH_KING then IceHUD.WowClassicWrath = true end +elseif WOW_PROJECT_WRATH_CLASSIC then + IceHUD.WowClassicWrath = true end -- compatibility/feature flags