Module:Items/SourceTables/Sandbox: Difference between revisions

m
Fix incorrect thieving level requirement
m (Fix incorrect combat icon link)
m (Fix incorrect thieving level requirement)
Line 948: Line 948:
source = sourceTxt,  
source = sourceTxt,  
type = Icons.Icon({SkillData.Thieving.name, type='skill'}),
type = Icons.Icon({SkillData.Thieving.name, type='skill'}),
level = Icons._SkillReq("Thieving", thiefRow.npc.level),
level = Icons._SkillReq("Thieving", thiefRow.level),
minqty = thiefRow.minQty,  
minqty = thiefRow.minQty,  
qty = thiefRow.maxQty,  
qty = thiefRow.maxQty,  
964

edits