From 6afc38a7438a94b6db67e25685f5bac7ce7b7e53 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Sun, 19 Oct 2014 01:31:01 +0200 Subject: [PATCH] Moved include due to changes done to Mangos. Do mind, this might need to change slightly for the cmangos sources! --- ElunaIncludes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElunaIncludes.h b/ElunaIncludes.h index 7d15173..389cd04 100644 --- a/ElunaIncludes.h +++ b/ElunaIncludes.h @@ -27,7 +27,6 @@ #include "Player.h" #include "Pet.h" #include "ReputationMgr.h" -#include "revision.h" #include "ScriptMgr.h" #include "Spell.h" #include "SpellAuras.h" @@ -42,6 +41,7 @@ #include "SpellInfo.h" #include "WeatherMgr.h" #include "Battleground.h" +#include "revision.h" #else #include "Config/Config.h" #include "ReactorAI.h"