diff --git a/.env.template b/.env.template index 87b6ef9..717f883 100644 --- a/.env.template +++ b/.env.template @@ -561,3 +561,4 @@ MODULE_DUELS=0 MODULE_WOW_CORE=0 MODULE_CLANCENTAUR=0 MODULE_DELVES=0 +MODULE_MOD_DISABLE_ACHIEVEMENTS=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index 76035f4..d1ae0ef 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5545,6 +5545,20 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_DISABLE_ACHIEVEMENTS", + "name": "mod-disable-achievements", + "repo": "https://github.com/olive-spore-734/mod-disable-achievements.git", + "description": "SQL with a long list of WotLK Achievements and their IDs, which should make it much easier to find and disable some. Made for AzerothCore.", + "type": "sql", + "category": "database", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }