From cc7f32cc687420bc87031dde48d86cc0241169d4 Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Mon, 26 Jan 2026 09:12:18 +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 717f883..4256b3e 100644 --- a/.env.template +++ b/.env.template @@ -562,3 +562,4 @@ MODULE_WOW_CORE=0 MODULE_CLANCENTAUR=0 MODULE_DELVES=0 MODULE_MOD_DISABLE_ACHIEVEMENTS=0 +MODULE_LUA_BATTLEPASS=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index d1ae0ef..a1920ab 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5559,6 +5559,20 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_LUA_BATTLEPASS", + "name": "lua-battlepass", + "repo": "https://github.com/Shonik/lua-battlepass.git", + "description": "Battle Pass System for AzerothCore", + "type": "lua", + "category": "scripting", + "notes": "Discovered via GitHub topic 'azerothcore-lua'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }