Fix career

This commit is contained in:
2020-06-30 18:37:02 +02:00
parent a281bf7e02
commit e456fddbc6
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ Hooks.once('init', () => {
return skills_list;
},
"career_talents": (talents_list) => {
var compendium = game.packs.find(p => p.collection === compmod+'talents');
var compendium = game.packs.find(p => p.collection === compmod+'.talents');
var i;
if ( talents_list ) {
var len = talents_list.length;