diff --git a/scripts/populateLoot.js b/scripts/populateLoot.js index d87d7d7..25af584 100644 --- a/scripts/populateLoot.js +++ b/scripts/populateLoot.js @@ -264,7 +264,7 @@ export class LootPopulator { } if (item instanceof RollTable){ - item = await _getItemFromRoll(item,index); + item = await _rollSubTables(item,index); } }