17,101
edits
m (Updated currency links) |
(getExpansionIcon: Implemented ItA expansion icon) |
||
Line 940: | Line 940: | ||
end | end | ||
function p.ItA() | function p.ItA() | ||
return p.Icon({'Into the Abyss Expansion', notext=true, img='ItA', alt=''}) | |||
end | end | ||
Line 953: | Line 950: | ||
elseif ns == 'melvorAoD' then | elseif ns == 'melvorAoD' then | ||
return p.AoD()..' ' | return p.AoD()..' ' | ||
elseif ns == 'melvorItA' then | |||
return p.ItA()..' ' | |||
else | else | ||
return '' | return '' |