- Latest build status with azerothcore:
- This module brings back the war effort of the two factions for the opening of the gates of Ahn'Qiraj
- Simply place the module under the
modules
directory of your AzerothCore source
You can do clone it via git under the azerothcore/modules directory:
cd path/to/azerothcore/modules
git clone https://github.com/azerothcore/mod-war-effort.git
or you can manually download the module, unzip the Transmog folder and place it under the azerothcore/modules
directory.
- Import the SQL to the right Database (world & characters)
Import the SQL manually to the right Database (world & characters) or with the db_assembler.sh
(if include.sh
provided).
-
Re-run CMake and rebuild the AzerothCore source
-
Edit module configuration
Go to your server configuration folder (where your worldserver or worldserver.exe is), copy mod_aq_war_effort.conf.dist
to mod_aq_war_effort.conf
and edit that new file.
# ModWarEffort.Enable
# Description: Enables the module
# Default: 0 - Disabled
# 1 - Enabled
This module is released under the MIT license.