Add new code snippets
This commit is contained in:
11
Complete Projects/Legion/Skinning Skill.lua
Normal file
11
Complete Projects/Legion/Skinning Skill.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user