Skip to content

Commit 8f74dfc

Browse files
committed
C_Addons deprecation
1 parent 09a422c commit 8f74dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lore.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local HandyNotes = LibStub("AceAddon-3.0"):GetAddon("HandyNotes")
88
local debugf = tekDebug and tekDebug:GetFrame("Lorewalkers")
99
local function Debug(...) if debugf then debugf:AddMessage(string.join(", ", tostringall(...))) end end
1010

11-
if IsAddOnLoaded("HandyNotes_MistsOfPandariaTreasures") then
11+
if C_AddOns.IsAddOnLoaded("HandyNotes_MistsOfPandariaTreasures") then
1212
HL:Print("has been replaced by HandyNotes_MistsOfPandariaTreasures and can be removed")
1313
do return end
1414
else

0 commit comments

Comments
 (0)