Fix key for entities
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-04-17 19:52:26 +02:00
parent 908f45eb9b
commit f2d35d65d5
13 changed files with 3206 additions and 3200 deletions

View file

@ -74,7 +74,7 @@ end
local function ColorSpellNames(text, color)
return text:gsub("%[(.-)%]", function(match)
return string.format("|c%s[%s]|r", color or "ffffffff", match)
return string.format("|c%s[%s]|r", color or "FF0000FF", match)
end)
end