From d2b504f28389613cadb42a7500b95e5971903041 Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Mon, 12 Jan 2026 05:42:56 +0000 Subject: [PATCH] chore: sync module manifest --- .env.template | 2 ++ config/module-manifest.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/.env.template b/.env.template index b97555b..87b6ef9 100644 --- a/.env.template +++ b/.env.template @@ -559,3 +559,5 @@ MODULE_MOD_PYTHON_ENGINE=0 MODULE_WRATH_OF_THE_VANILLA_V2=0 MODULE_DUELS=0 MODULE_WOW_CORE=0 +MODULE_CLANCENTAUR=0 +MODULE_DELVES=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index 4b227d1..76035f4 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5517,6 +5517,34 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_DELVES", + "name": "Delves", + "repo": "https://github.com/araxiaonline/Delves.git", + "description": "List of the Custom Made Single Player Delves for Araxia Online", + "type": "lua", + "category": "scripting", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_CLANCENTAUR", + "name": "ClanCentaur", + "repo": "https://github.com/araxiaonline/ClanCentaur.git", + "description": "Custom SQL modifications and patch notes for new faction rewards, reputation items, and unique vendors on the Araxia WoW 3.3.5a server.", + "type": "sql", + "category": "database", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }