Module:Items/SourceTables: Difference between revisions

Fixed not reporting bone QTY back properly
(changed a couple field names)
(Fixed not reporting bone QTY back properly)
Line 963: Line 963:
chance = 1
chance = 1
weight = 1
weight = 1
if monster.bonesQty ~= nil then
if monster.boneQty ~= nil then
minQty = monster.bonesQty
minQty = monster.boneQty
maxQty = monster.bonesQty
maxQty = monster.boneQty
end
end
elseif monster.lootTable ~= nil then
elseif monster.lootTable ~= nil then