Module:Constants: Difference between revisions

From Melvor Idle
m (that was an old comment)
m (that was bad)
Line 472: Line 472:
return fallback or "ERROR: Invalid Slayer tier [[Category:Pages with script errors]]"
return fallback or "ERROR: Invalid Slayer tier [[Category:Pages with script errors]]"
end
end
end
function p.getSlayerTierIdByName(name)
return p.getSlayerTierByName(name).id
end
end