Skip to content

Commit

Permalink
Missed a spot for method call
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
DanielBoettner authored Jun 18, 2021
1 parent 3efcdf4 commit 2ba764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/populateLoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class LootPopulator {
}

if (item instanceof RollTable){
item = await _getItemFromRoll(item,index);
item = await _rollSubTables(item,index);
}
}

Expand Down

0 comments on commit 2ba764c

Please sign in to comment.