Module:Skills/Artisan: Difference between revisions

added GP icon to item price column in crafting tables
(Fixed calls to getCraftingTable for Ring not including the new high level rings)
(added GP icon to item price column in crafting tables)
Line 294: Line 294:
result = result..'\r\n| style="text-align:right"|'..craft.craftingLevel
result = result..'\r\n| style="text-align:right"|'..craft.craftingLevel
result = result..'\r\n| style="text-align:right"|'..craft.craftingXP
result = result..'\r\n| style="text-align:right"|'..craft.craftingXP
result = result..'\r\n| style="text-align:right"|'..craft.sellsFor
result = result..'\r\n| style="text-align:right" data-sort-value="'..craft.sellsFor..'"|'..Icons.GP(craft.sellsFor)


local matArray = {}
local matArray = {}