Skip to content

Commit

Permalink
Mythic keystone search hack
Browse files Browse the repository at this point in the history
  • Loading branch information
xeropresence authored Nov 18, 2018
1 parent e416645 commit 052d493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LibItemCache-2.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ function Lib:IsBagCached(realm, name, isguild, bag)
end

function Lib:RestoreItemData(item)

--Clear the link so we only use the id for mythic keystones
if (item.id == 158923) then
item.link = nil;
end

local link, id, quality, icon = self:RestoreLinkData(item.link or item.id)
local query = link or item.id or id

Expand Down

0 comments on commit 052d493

Please sign in to comment.