Skip to content

Commit

Permalink
readd vars for HC specific
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 15, 2024
1 parent 191c2e6 commit 9b330e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ do
E.ClassicSOD = season == 2 -- Season of Discovery
E.ClassicAnniv = season == 11 -- Anniversary
E.ClassicAnnivHC = season == 12 -- Anniversary Hardcore

local IsHardcoreActive = C_GameRules and C_GameRules.IsHardcoreActive
E.IsHardcoreActive = IsHardcoreActive and IsHardcoreActive()

local IsEngravingEnabled = C_Engraving and C_Engraving.IsEngravingEnabled
E.IsEngravingEnabled = IsEngravingEnabled and IsEngravingEnabled()
end

-- Item Qualitiy stuff, also used by MerathilisUI
Expand Down

0 comments on commit 9b330e3

Please sign in to comment.