From c40d16c9f8eaf15ce77ad7fa8c3d280d07032782 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 28 Aug 2015 17:59:02 -0400 Subject: [PATCH] Updated Merging doc --- docs/MERGING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/MERGING.md b/docs/MERGING.md index a66d439..544c6e0 100644 --- a/docs/MERGING.md +++ b/docs/MERGING.md @@ -1,12 +1,15 @@ #Merging Eluna Eluna can be added to various sources by applying the core changes required for Eluna to function. Below you find the guides for merging Eluna with each core or a fork of it. -If you choose to merge you should be able to maintain and update yourself - we do not maintain your core. +If you choose to merge you should be able to maintain and update yourself - we do not maintain your core. View Unofficial Merging below. We also do not fix any merging errors you may have, but you are free to ask about them on the [support forum](../README.md#documentation) and we may assist. We recommend using the [installation guide](INSTALL.md) especially if you are not familiar with git and updating the code. It allows you to simply use `git pull` followed by `git submodule update` to update your source and we will handle the merging and maintenance with the official core source. Naturally you still need to handle updating the database as instructed by the core's wiki or instructions. +###Unofficial Merging +We do not support unofficial merging. View [Unofficial Merging](http://emudevs.com/showthread.php/5000) thread. + ###Merging Eluna with MaNGOS Eluna is merged with [official MaNGOS](http://getmangos.eu/) by default.