fix de la config model pour select items et spécialité

This commit is contained in:
rwanoux
2024-11-23 11:52:41 +01:00
parent 9a4a3553d4
commit 1327f92f41
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ Hooks.once('init', async function () {
// Add custom constants for configuration.
CONFIG.VERMINE = VERMINE;
CONFIG.VERMINE.model = game.system.documentTypes
CONFIG.VERMINE.model = game.system.template;
/**
* Set an initiative formula for the system
* @type {String}