Module:Inventory slot/Aliases: Difference between revisions

m Fixed 'Ignot' typo.
mNo edit summary
Line 1,005: Line 1,005:
text = '&7' .. smithing_template[1] .. '//Applies to:/ &9' .. smithing_template[2] .. '/&7Ingredients:/ &9' .. smithing_template[3],
text = '&7' .. smithing_template[1] .. '//Applies to:/ &9' .. smithing_template[2] .. '/&7Ingredients:/ &9' .. smithing_template[3],
}
}
aliases[smithing_template[1]] = current_alias
aliases[smithing_template[1] .. ' Smithing Template'] = current_alias
aliases[smithing_template[1] .. ' Smithing Template'] = current_alias
table.insert(smithing_template_array,current_alias)
table.insert(smithing_template_array,current_alias)