Files
wow-weakauras/Complete Projects/Legion/Skinning Skill.lua
2024-08-24 22:43:07 +02:00

11 lines
214 B
Lua

DISPLAY
function()
local profSkill = select(3, GetProfessionInfo(6))
local maxSkill = select(4, GetProfessionInfo(6))
return profSkill .. "/" .. maxSkill
end
CHAT_MSG_SKILL
function()
return true
end