Skip to content

Commit

Permalink
Retail data screws with BCC search function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed May 10, 2021
1 parent fbb2d2b commit fc328b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LargerMacroIconSelection.lua
Expand Up @@ -94,8 +94,7 @@ local function LoadFileData(addon)
end
end
local fd = _G[addon]
-- let BCC use retail filedata
S.FileData = isClassic and fd:GetFileDataClassic() or fd:GetFileDataRetail()
S.FileData = isRetail and fd:GetFileDataRetail() or fd:GetFileDataClassic()
end
end

Expand Down

0 comments on commit fc328b9

Please sign in to comment.