4,951
edits
Falterfire (talk | contribs) (Fixed calls to getCraftingTable for Ring not including the new high level rings) |
Falterfire (talk | contribs) (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 = {} |