From f63c7b58fa5215a7fe72ae2a772fea729ebc793e Mon Sep 17 00:00:00 2001 From: James Huston Date: Tue, 12 Dec 2023 17:35:18 -0500 Subject: [PATCH] Created README.md file --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf4776..2ce3d60 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# mod-sharedrep \ No newline at end of file +# mod-sharedrep + +This module is a database hack to do shared rep across an account in AzerothCore. It works by using some SQL magic (that might be wrong) to find the highest rep for all characters->factions in the account and then increases the current characters faction rep for each if it's lower. It does this at login only. + +## Installation + +Drop `mod-sharedrep` in your `modules/` folder, CMake, and build. Let the magic happen. + +## Config + +Debug logging can be enabled if you are having trouble. The enable/disable flag isn't enabled in code yet. + +Questions, comments, concerns? Create an issue on our Github!