8,697
edits
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
if getSkill.skill[input].cost and getSkill.skill[input].costtype then | if getSkill.skill[input].cost and getSkill.skill[input].costtype then | ||
cost = '\n|style="text-align:center;"|' .. getSkill.skill[input].cost .. getSkill.skill[input].costtype | cost = '\n|style="text-align:center;"|' .. getSkill.skill[input].cost .. ' ' .. getSkill.skill[input].costtype | ||
elseif getSkill.skill[input].cost then | elseif getSkill.skill[input].cost then | ||
cost = '\n|style="text-align:center;"|' .. getSkill.skill[input].cost | cost = '\n|style="text-align:center;"|' .. getSkill.skill[input].cost |