Skip to content

Commit

Permalink
don't color frames if GrimoireKeeper is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed May 17, 2021
1 parent 6786f91 commit 4a50b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WhatsTraining.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ if (wt.currentClass == "WARLOCK") then
[6328] = true
}
local function updateMerchantFrame()
if (IsAddOnLoaded('GrimoireKeeper')) then return end
local guid = UnitGUID("npc")
if (guid == nil) then return end
local npcId = select(6, strsplit("-", guid))
Expand Down

0 comments on commit 4a50b5f

Please sign in to comment.