From ec0bb1d2f8bcbd1243735bd4bdcd0e7a32477898 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Wed, 24 Aug 2022 19:18:15 +0700 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 63785b8..f7e66cd 100644 --- a/README.md +++ b/README.md @@ -12,29 +12,9 @@ But, all mechanics of change of fraction and so on is remade. Faction change occ #### Features: - Change you faction in bg for balance faction. -#### Config option (CFBG.conf.dist) -```ini -################################################################################################### -# CrossFaction BattleGround -# -# CFBG.Enable -# Description: Enable mixed alliance and horde in one battleground -# Default: 1 -# -# CFBG.Include.Avg.Ilvl.Enable -# Description: Enable check average item level for bg -# Default: 1 -# - -CFBG.Enable = 1 -CFBG.Include.Avg.Ilvl.Enable = 1 -CFBG.Players.Count.In.Group = 3 -``` - ### How to install 1. Simply place the module under the `modules` folder of your AzerothCore source folder. 2. Re-run cmake and launch a clean build of AzerothCore -3. Make sure your `Battleground.InvitationType` is set to `0` in `worldserver.conf` 4. Done :) ### Edit module configuration (optional)