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