From 3a8f07689481273decfd0b1a9bdd3411308738ae Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Sat, 27 Dec 2025 23:11:40 +0000 Subject: [PATCH] chore: sync module manifest --- .env.template | 1 + config/module-manifest.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.env.template b/.env.template index 2b933cd..c5f7fba 100644 --- a/.env.template +++ b/.env.template @@ -620,3 +620,4 @@ MODULE_MOD_MATERIAL_BANK=0 MODULE_MOD_PROGRESSION_BLIZZLIKE=0 MODULE_MOD_PYTHON_ENGINE=0 MODULE_WRATH_OF_THE_VANILLA_V2=0 +MODULE_AZEROTHCORE_REALMMASTER=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index d274d6d..9da2af6 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5475,6 +5475,20 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_AZEROTHCORE_REALMMASTER", + "name": "AzerothCore-RealmMaster", + "repo": "https://github.com/uprightbass360/AzerothCore-RealmMaster.git", + "description": "Automated AzerothCore docker stack with tooling. ", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }