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": [] } ] }