TrinityCore
instance_eye_of_eternity.cpp File Reference
#include "ScriptMgr.h"
#include "AreaBoundary.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "eye_of_eternity.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
#include "Player.h"
+ Include dependency graph for instance_eye_of_eternity.cpp:

Go to the source code of this file.

Classes

class  instance_eye_of_eternity
 
struct  instance_eye_of_eternity::instance_eye_of_eternity_InstanceMapScript
 

Functions

void AddSC_instance_eye_of_eternity ()
 

Variables

BossBoundaryData const boundaries
 
DungeonEncounterData const encounters []
 

Function Documentation

◆ AddSC_instance_eye_of_eternity()

void AddSC_instance_eye_of_eternity ( )

Definition at line 291 of file instance_eye_of_eternity.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ boundaries

BossBoundaryData const boundaries
Initial value:
=
{
{ DATA_MALYGOS_EVENT, new CircleBoundary(Position(754.362f, 1301.609985f), 280.0) }
}
@ DATA_MALYGOS_EVENT

Definition at line 28 of file instance_eye_of_eternity.cpp.

◆ encounters

DungeonEncounterData const encounters[]
Initial value:
=
{
{ DATA_MALYGOS_EVENT, {{ 1094 }} }
}

Definition at line 33 of file instance_eye_of_eternity.cpp.