Skip to content

Commit

Permalink
Update LootIcon.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Mar 10, 2022
1 parent d0ef60a commit 5fb165b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ElvUI_EltreumUI/Modules/Chat/LootIcon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ local function AddLootIcons(_, _, message, ...)
local lineText = line:GetText()
if lineText ~= nil then
itemLevel = tonumber(lineText:match(ilvlpattern))
end
if itemLevel ~= nil then
break
if itemLevel ~= nil then
break
end
end
end
end
Expand Down

0 comments on commit 5fb165b

Please sign in to comment.