make fully module with patch

This commit is contained in:
Micrah
2019-12-15 05:58:38 +11:00
parent b39b262783
commit ffa91c6718
3 changed files with 23 additions and 2 deletions

1
.gitignore vendored
View File

@@ -14,7 +14,6 @@
.DS_Store
CMakeLists.txt.user
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*

View File

@@ -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).