diff --git a/.gitignore b/.gitignore index c6e1299..923a1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ .DS_Store CMakeLists.txt.user *.bak -*.patch *.diff *.REMOTE.* *.BACKUP.* diff --git a/README.md b/README.md index b6a03a7..1abb90b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # mod-solo-lfg -( https://github.com/Wowtorn/torncore/commit/9ab0fd18007be9f84d47e7d4cf9d821623fc868d) + +## Description + +Solo LFG Module for Azerothcore. + + +## Installation + +``` +1. Apply lfg-solo.patch to your core. +2. Simply place the module under the `modules` directory of your AzerothCore source. +3. Re-run cmake and launch a clean build of AzerothCore. +``` + +## Edit module configuration (optional) + +If you need to change the module configuration, go to your server configuration folder (where your `worldserver` or `worldserver.exe` is) +rename the file mod_ahbot.conf.dist to mod_ahbot.conf and edit it. + + +## Credits +* [Micrah/Milestorme: Module Creator](https://github.com/milestorme). +* [Conan513:](https://github.com/conan513). diff --git a/lfg-solo.patch.txt b/lfg-solo.patch similarity index 100% rename from lfg-solo.patch.txt rename to lfg-solo.patch