Skip to content

Commit

Permalink
Update RaidTool.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Aug 19, 2024
1 parent 57a4187 commit 1e39693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkthnxUI/Modules/Miscellaneous/Elements/RaidTool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function Module:RaidTool_EasyMarker()
local menuList = {}

local function GetMenuTitle(text, ...)
return (... and K.HexRGB(...) or "") .. text
return (... and K.RGBToHex(...) or "") .. text
end

local function SetRaidTargetByIndex(_, arg1)
Expand Down

0 comments on commit 1e39693

Please sign in to comment.