Skip to content

Commit

Permalink
Fix luacheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gethe committed Oct 24, 2022
1 parent 2e8f3ec commit 738bca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Skin/Classic/Interface/SharedXML/Pools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if private.shouldSkip() then return end

-- [[ Core ]]
local Aurora = private.Aurora
local Hook, Skin = Aurora.Hook, Aurora.Skin
local Hook = Aurora.Hook
local Util = Aurora.Util

do --[[ SharedXML\Pools.lua ]]
Expand Down
2 changes: 1 addition & 1 deletion Skin/Retail/Interface/AddOns/Blizzard_AchievementUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ end

function private.AddOns.Blizzard_AchievementUI()
if private.isPatch then
--_G.hooksecurefunc("AchievementFrame_RefreshView", Hook.AchievementFrame_RefreshView)
_G.hooksecurefunc("AchievementFrame_RefreshView", Hook.AchievementFrame_RefreshView)
else
_G.hooksecurefunc("AchievementFrame_UpdateTabs", Hook.AchievementFrame_UpdateTabs)
_G.hooksecurefunc("AchievementFrame_ToggleView", Hook.AchievementFrame_RefreshView)
Expand Down

0 comments on commit 738bca9

Please sign in to comment.