We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a422c commit 8f74dfcCopy full SHA for 8f74dfc
Lore.lua
@@ -8,7 +8,7 @@ local HandyNotes = LibStub("AceAddon-3.0"):GetAddon("HandyNotes")
8
local debugf = tekDebug and tekDebug:GetFrame("Lorewalkers")
9
local function Debug(...) if debugf then debugf:AddMessage(string.join(", ", tostringall(...))) end end
10
11
-if IsAddOnLoaded("HandyNotes_MistsOfPandariaTreasures") then
+if C_AddOns.IsAddOnLoaded("HandyNotes_MistsOfPandariaTreasures") then
12
HL:Print("has been replaced by HandyNotes_MistsOfPandariaTreasures and can be removed")
13
do return end
14
else
0 commit comments