892
edits
m (typo) |
mNo edit summary |
||
Line 91: | Line 91: | ||
table.insert(rowTxt, bones.name) -- actually a fragment, not bone | table.insert(rowTxt, bones.name) -- actually a fragment, not bone | ||
table.insert(rowTxt, monster.boneQty) -- actually a fragment | table.insert(rowTxt, monster.boneQty) -- actually a fragment | ||
else | |||
table.insert(rowTxt, tostring(false)) | |||
table.insert(rowTxt, tostring(0)) | |||
table.insert(rowTxt, tostring(false)) | |||
table.insert(rowTxt, tostring(0)) | |||
end | end | ||
edits