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
+1 -1
View File
@@ -5,7 +5,7 @@ import { TotemActorSheet } from "./actor-sheet.mjs";
* Extend the basic ActorSheet with some very simple modifications
* @extends {ActorSheet}
*/
export class TotemActorSheet extends ActorSheet {
export class TotemCreatureSheet extends ActorSheet {
/** @override */
static get defaultOptions() {