mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
520 B
520 B
#Merging Eluna with MaNGOS Eluna is already merged with official MaNGOS by default
#Merging Eluna with TC
git clone https://github.com/TrinityCore/TrinityCore.git
cd TrinityCore
git pull --recurse-submodules https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git
Steps explained:
- clone TrinityCore
- go to the source folder
- pull (fetch and merge) Eluna with the source.
- recurse-submodules will automatically pull the submodule (Eluna repo)
- Adding Eluna core repository as a remote is recommended