From ce4b80ccfee06e0a791eda65da931cb40ae53b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Fel=C3=ADcio?= <94064550+jofelicio@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:26:50 +0000 Subject: [PATCH] Correct compendium name casing in sheet.json --- Discworld/sheet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Discworld/sheet.json b/Discworld/sheet.json index 903be23517..ed7e57638f 100644 --- a/Discworld/sheet.json +++ b/Discworld/sheet.json @@ -1,9 +1,9 @@ { "authors": "Jorge FelĂ­cio, Metamorphic Digital Studio", - "compendium": "discworld", + "compendium": "Discworld", "legacy": false, "html": "discworld.html", "css": "discworld.css", "preview": "preview.PNG", "instructions": "# discworld" -} \ No newline at end of file +}