chore: sync module manifest

This commit is contained in:
uprightbass360
2026-03-02 09:20:18 +00:00
committed by GitHub
parent d58100f79a
commit 6051302c9c
2 changed files with 90 additions and 0 deletions

View File

@@ -585,3 +585,9 @@ MODULE_AZEROTHPANEL=0
MODULE_MOD_CUSTOM_LOGIN=0 MODULE_MOD_CUSTOM_LOGIN=0
MODULE_MOD_FASTFORWARD=0 MODULE_MOD_FASTFORWARD=0
MODULE_MOD_TOP_ARENA=0 MODULE_MOD_TOP_ARENA=0
MODULE_AZEROTHCORE_WOTLK_MCP=0
MODULE_MOD_ABYSSAL_STORAGE=0
MODULE_MOD_AUTO_GATHER=0
MODULE_MOD_MOUNT_FEEDING=0
MODULE_MOD_MOUNT_SCALING=0
MODULE_MOD_SHARED_PROFESSIONS=0

View File

@@ -5881,6 +5881,90 @@
"requires": [], "requires": [],
"post_install_hooks": [], "post_install_hooks": [],
"config_cleanup": [] "config_cleanup": []
},
{
"key": "MODULE_MOD_SHARED_PROFESSIONS",
"name": "mod-shared-professions",
"repo": "https://github.com/thanhtong89/mod-shared-professions.git",
"description": "Make professions account-wide. Auto-sync skill level and recipes on login and on learning professions.",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_MOD_AUTO_GATHER",
"name": "mod-auto-gather",
"repo": "https://github.com/thanhtong89/mod-auto-gather.git",
"description": "Autogathers herbs / ores when nearby, and show both types of nodes on the minimap at all times.",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_MOD_MOUNT_FEEDING",
"name": "mod-mount-feeding",
"repo": "https://github.com/claudevandort/mod-mount-feeding.git",
"description": "AzerothCore Mount Feeding module",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_MOD_MOUNT_SCALING",
"name": "mod-mount-scaling",
"repo": "https://github.com/claudevandort/mod-mount-scaling.git",
"description": "AzerothCore Mount Scaling module",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_MOD_ABYSSAL_STORAGE",
"name": "mod-abyssal-storage",
"repo": "https://github.com/thanhtong89/mod-abyssal-storage.git",
"description": "AzerothCore module allowing auto-deposit to a limitless vault, account wide, with support for auto-withdrawal for crafting.",
"type": "cpp",
"category": "uncategorized",
"notes": "Discovered via GitHub topic 'azerothcore-module'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
},
{
"key": "MODULE_AZEROTHCORE_WOTLK_MCP",
"name": "azerothcore-wotlk-mcp",
"repo": "https://github.com/Lingelo/azerothcore-wotlk-mcp.git",
"description": "MCP Server for managing AzerothCore WotLK via SOAP \u2014 enables LLM-powered GM administration through typed tools.",
"type": "tool",
"category": "tooling",
"notes": "Discovered via GitHub topic 'azerothcore-tools'",
"status": "active",
"order": 5000,
"requires": [],
"post_install_hooks": [],
"config_cleanup": []
} }
] ]
} }