TrinityCore
Loading...
Searching...
No Matches
instance_sepulcher_of_the_first_ones.cpp File Reference
#include "AreaBoundary.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "InstanceScript.h"
#include "ScriptMgr.h"
#include "sepulcher_of_the_first_ones.h"
+ Include dependency graph for instance_sepulcher_of_the_first_ones.cpp:

Go to the source code of this file.

Classes

class  instance_sepulcher_of_the_first_ones
 
struct  instance_sepulcher_of_the_first_ones::instance_sepulcher_of_the_first_ones_InstanceMapScript
 

Functions

void AddSC_instance_sepulcher_of_the_first_ones ()
 

Variables

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

Function Documentation

◆ AddSC_instance_sepulcher_of_the_first_ones()

void AddSC_instance_sepulcher_of_the_first_ones ( )

Definition at line 150 of file instance_sepulcher_of_the_first_ones.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ boundaries

BossBoundaryData const boundaries
Initial value:
=
{
{ DATA_ANDUIN_WRYNN, new CircleBoundary({ -3825.0601f, -2715.4600f }, 45.0f)},
}

Definition at line 41 of file instance_sepulcher_of_the_first_ones.cpp.

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:
=
{
}
@ BOSS_REMNANT_OF_A_FALLEN_KING
@ NPC_QUARTERMASTER_RAHM_ANDUIN
@ NPC_LADY_JAINA_PROUDMOORE_ANDUIN
@ NPC_SYLVANAS_WINDRUNNER_ANDUIN
@ NPC_BOLVAR_FORDRAGON_ANDUIN
@ NPC_UTHER_THE_LIGHTBRINGER_ANDUIN
@ DATA_QUARTERMASTER_RAHM_ANDUIN
@ DATA_BOLVAR_FORDRAGON_ANDUIN
@ DATA_SYLVANAS_WINDRUNNER_ANDUIN
@ DATA_UTHER_THE_LIGHTBRINGER_ANDUIN
@ DATA_JAINA_PROUDMOORE_ANDUIN
@ DATA_REMNANT_OF_A_FALLEN_KING

Definition at line 25 of file instance_sepulcher_of_the_first_ones.cpp.

◆ doorData

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_ANDUIN_WRYNN, {{ 2546 }} },
}

Definition at line 52 of file instance_sepulcher_of_the_first_ones.cpp.