fixed errors

This commit is contained in:
François-Xavier Guillois
2023-05-17 15:36:18 +02:00
parent afdc5e2c3b
commit 96ef5c5d7f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,9 +7,9 @@
return loadTemplates([
// Actor partials.
"systems/totem/templates/actor/parts/actor-traits.html",
"systems/totem/templates/actor/parts/actor-background.html",
"systems/totem/templates/actor/parts/actor-skills.html",
"systems/totem/templates/actor/parts/actor-spells.html",
"systems/totem/templates/actor/parts/actor-features.html",
// "systems/totem/templates/actor/parts/actor-skills.html",
"systems/totem/templates/actor/parts/actor-items.html",
"systems/totem/templates/actor/parts/actor-effects.html",
]);