From 5155fb4669f251fea97463b3fcd1ef403dd08151 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sun, 26 Nov 2023 19:58:32 +0100 Subject: [PATCH] Correction sur Class --- module/actor-sheet.js | 1 + system.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/actor-sheet.js b/module/actor-sheet.js index 8a34d319..029000a3 100644 --- a/module/actor-sheet.js +++ b/module/actor-sheet.js @@ -24,6 +24,7 @@ import { RdDCoeur } from "./coeur/rdd-coeur.js"; * Extend the basic ActorSheet with some very simple modifications * @extends {ActorSheet} */ +export class RdDActorSheet extends RdDBaseActorSangSheet { /** @override */ static get defaultOptions() { diff --git a/system.json b/system.json index f5d844e0..c5576168 100644 --- a/system.json +++ b/system.json @@ -1,8 +1,8 @@ { "id": "foundryvtt-reve-de-dragon", "title": "RĂªve de Dragon", - "version": "11.2.3", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-v11.2.3.zip", + "version": "11.2.4", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-v11.2.4.zip", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/v11/system.json", "changelog": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/branch/v11/changelog.md", "compatibility": {