From c0aaf8ce96e668efb573a6ccb38397f8e2ca7460 Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Sat, 3 Jan 2026 09:11:12 +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 1973a78..1f43ac0 100644 --- a/.env.template +++ b/.env.template @@ -556,3 +556,5 @@ MODULE_MOD_MATERIAL_BANK=0 MODULE_MOD_PROGRESSION_BLIZZLIKE=0 MODULE_MOD_PYTHON_ENGINE=0 MODULE_WRATH_OF_THE_VANILLA_V2=0 +MODULE_DUELS=0 +MODULE_WOW_CORE=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index 9cbb0c1..4b227d1 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5489,6 +5489,34 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_DUELS", + "name": "Duels", + "repo": "https://github.com/VikasMahajan370/Duels.git", + "description": "\u2694\ufe0f Experience engaging duels with a feature-rich plugin for Paper 1.21+ servers, featuring 1.8 Legacy combat, matchmaking, custom kits, and more.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_WOW_CORE", + "name": "wow-core", + "repo": "https://github.com/Wow-Libre/wow-core.git", + "description": "Complete management platform for private World of Warcraft servers.", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }