Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
No gems in classic
Browse files Browse the repository at this point in the history
  • Loading branch information
siweia committed Aug 9, 2020
1 parent e028481 commit 8df8b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Interface/AddOns/NDui/Modules/Chat/Filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ local function convertItemLevel(link)
if itemLink then
local name, itemLevel = isItemHasLevel(itemLink)
if name and itemLevel then
link = gsub(link, "|h%[(.-)%]|h", "|h["..name.."("..itemLevel..isItemHasGem(itemLink)..")]|h")
-- link = gsub(link, "|h%[(.-)%]|h", "|h["..name.."("..itemLevel..isItemHasGem(itemLink)..")]|h") -- there is no gems in classic
link = gsub(link, "|h%[(.-)%]|h", "|h["..name.."("..itemLevel..")]|h")
itemCache[link] = link
end
end
Expand Down

0 comments on commit 8df8b4c

Please sign in to comment.