Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 1,149: Line 1,149:
return tostring(img)
return tostring(img)
end
function p.SkillRealmIcon(frame)
local args = frame.args ~= nil and frame.args or frame
local skill = args[1]
local realmID = args.realm
return p._SkillRealmIcon
end
end


2,874

edits