Skip to content

Commit

Permalink
fix old api
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 16, 2024
1 parent 2820b39 commit c541287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddOnSkins/Skins/AddOns/EssenceSetManager.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local AS, L, S, R = unpack(AddOnSkins)

function R:EssenceSetManager(event, addon)
if addon == 'Blizzard_AzeriteEssenceUI' or IsAddOnLoaded('Blizzard_AzeriteEssenceUI') then
if addon == 'Blizzard_AzeriteEssenceUI' or C_AddOns.IsAddOnLoaded('Blizzard_AzeriteEssenceUI') then
AzeriteEssenceUI:HookScript('OnShow', function(self)
local esm = ESSENCE_SET_MANAGER_ADDON
S:HandleEditBox(esm.input)
Expand Down

0 comments on commit c541287

Please sign in to comment.