Build fix

This commit is contained in:
Aokromes
2017-12-26 17:05:53 +01:00
parent 11491e8533
commit f21a2fda58
2 changed files with 18 additions and 7 deletions

View File

@@ -25,10 +25,16 @@ EndScriptData */
#include "ScriptMgr.h"
#include "AreaBoundary.h"
#include "ScriptedCreature.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "EventMap.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "stratholme.h"
#include "Log.h"
#include "Map.h"
#include "MotionMaster.h"
#include "Player.h"
#include "stratholme.h"
enum InstanceEvents
{

View File

@@ -31,12 +31,17 @@ npc_spectral_ghostly_citizen
EndContentData */
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "stratholme.h"
#include "Group.h"
#include "Player.h"
#include "SpellInfo.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "Group.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "stratholme.h"
/*######
## go_gauntlet_gate (this is the _first_ of the gauntlet gates, two exist)