Module:Skills/Summoning: Difference between revisions

m
Fix data property typo
(itemID -> productID to match game data)
m (Fix data property typo)
Line 79: Line 79:


-- Other costs
-- Other costs
local recipeGPCost = SkillData.Summoning.RecipeGPCost
local recipeGPCost = SkillData.Summoning.recipeGPCost
if Fam.gpCost > 0 then
if Fam.gpCost > 0 then
table.insert(OtherCostArray, Icons.GP(Fam.gpCost))
table.insert(OtherCostArray, Icons.GP(Fam.gpCost))