Scripts - Fixed missing headers

Without these, the server would not compile when disabling precompiled headers (PCH)
This commit is contained in:
BarbzYHOOL
2018-05-24 13:14:11 +02:00
committed by Barbz
parent 638510a738
commit 15d8dd36e5
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include "LFGMgr.h"
#include "PassiveAI.h"
#include "Group.h"
#include "CellImpl.h"
///////////////////////////////////////
////// ITEMS FIXES, BASIC STUFF

View File

@@ -19,6 +19,7 @@
#include "MapManager.h"
#include "CreatureTextMgr.h"
#include "SpellAuraEffects.h"
#include "CellImpl.h"
// Ours
class spell_q11065_wrangle_some_aether_rays : public SpellScriptLoader