Skip to content

Commit

Permalink
Fix Cata meta gem matches
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Aug 25, 2024
1 parent fa5e3fc commit ae4b71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/StatLogic/StatLogic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1778,8 +1778,8 @@ do

if not found then
-- Strip color codes
text = text:gsub("^|c%x%x%x%x%x%x%x%x", "")
text = text:gsub("|r$", "")
text = text:gsub("|c%x%x%x%x%x%x%x%x", "")
text = text:gsub("|r", "")
end
local rawText = text

Expand Down

0 comments on commit ae4b71a

Please sign in to comment.