TrinityCore
Loading...
Searching...
No Matches
instance_eye_of_azshara.cpp File Reference
#include "AreaBoundary.h"
#include "InstanceScript.h"
#include "ScriptMgr.h"
#include "eye_of_azshara.h"
+ Include dependency graph for instance_eye_of_azshara.cpp:

Go to the source code of this file.

Classes

class  instance_eye_of_azshara
 
struct  instance_eye_of_azshara::AddSC_instance_eye_of_azshara_InstanceMapScript
 

Functions

void AddSC_instance_eye_of_azshara ()
 

Variables

BossBoundaryData const boundaries
 
static constexpr ObjectData creatureData []
 
static constexpr DoorData doorData []
 
static constexpr DungeonEncounterData encounters []
 

Function Documentation

◆ AddSC_instance_eye_of_azshara()

void AddSC_instance_eye_of_azshara ( )

Definition at line 76 of file instance_eye_of_azshara.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ boundaries

BossBoundaryData const boundaries
Initial value:
=
{
{ DATA_KING_DEEPBEARD, new CircleBoundary(Position(-3448.65f, 4161.68f, 29.18f), 68.0f) }
}
@ DATA_KING_DEEPBEARD

Definition at line 23 of file instance_eye_of_azshara.cpp.

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:

Definition at line 28 of file instance_eye_of_azshara.cpp.

◆ doorData

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_WARLORD_PARJESH, {{ 1810 }} },
{ DATA_LADY_HATECOIL, {{ 1811 }} },
{ DATA_KING_DEEPBEARD, {{ 1812 }} },
{ DATA_SERPENTRIX, {{ 1813 }} },
{ DATA_WRATH_OF_AZSHARA, {{ 1814 }} }
}

Definition at line 43 of file instance_eye_of_azshara.cpp.