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.
This commit is contained in:
Parnic
2022-09-02 14:26:54 -05:00
parent b65909c570
commit 97e81018c7

View File

@ -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