Skip to content

Commit

Permalink
AddOns API updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Jul 23, 2024
1 parent b3cbd2a commit 2324c8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ read_globals = {
"GetSpellInfo",
"HasExtraActionBar",
"InCombatLockdown",
"IsAddOnLoaded",
"IsKeyRingEnabled",
"IsModifiedClick",
"IsPetAttackAction",
Expand Down
2 changes: 1 addition & 1 deletion HideBlizzardClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Bartender4:HideBlizzard()
hideActionBarFrame(ReputationWatchBar, false, false, true)
hideActionBarFrame(MainMenuBarMaxLevelBar, false, false, true)

if IsAddOnLoaded("Blizzard_NewPlayerExperience") then
if C_AddOns.IsAddOnLoaded("Blizzard_NewPlayerExperience") then
self:NPE_LoadUI()
elseif NPE_LoadUI ~= nil then
self:SecureHook("NPE_LoadUI")
Expand Down

0 comments on commit 2324c8e

Please sign in to comment.