03 How to Install - sogladev/mod-vanilla-naxxramas GitHub Wiki
This is an AzerothCore module. The same steps described in the Azerothcore wiki: Installing a Module will work for this
-
Clone the repository
clone into
/modulesso that/modules/mod-vanilla-naxxramas -
Settings
a. copy
/modules/mod-vanilla-naxxramas/conf/vanilla_naxxramas.conf.distto/conf/modules/vanilla_naxxramas.conf.distb. copy
/conf/modules/vanilla_naxxramas.conf.distto/conf/modules/vanilla_naxxramas.conf. Optionally, modify the settings in.conffile. -
Recompile
a. Reconfigure and regenerate CMake
b. Rebuild the core
-
Initial worldserver start
a. ⚠️ Database changes contain custom IDs that may overlap with other modules, see detailed list in
to avoid conflicts
b. Start the worldserver to apply initial database changes in
/sql. These are automaticly applied. There is no need to apply these queries manually -
(Optional) Apply optional files from
/optionalThese may contain
.sqlthat need to be run manually, or client-side.mpqpatchesSee
/optional/README.mdfor details
AzerothCore compatibility
Does this work with latest AzerothCore?
This module is periodically built with the latest version of AzerothCore. In case of a build failure (❌), check the Actions tab to see the last successful commit.

