TrinityCore
Loading...
Searching...
No Matches
instance_halls_of_stone.cpp File Reference
#include "ScriptMgr.h"
#include "GameObject.h"
#include "halls_of_stone.h"
#include "InstanceScript.h"
+ Include dependency graph for instance_halls_of_stone.cpp:

Go to the source code of this file.

Classes

class  instance_halls_of_stone
 
struct  instance_halls_of_stone::instance_halls_of_stone_InstanceMapScript
 

Functions

void AddSC_instance_halls_of_stone ()
 

Variables

static constexpr DoorData doorData []
 
static constexpr ObjectData creatureData []
 
static constexpr ObjectData gameObjectData []
 
static constexpr DungeonEncounterData encounters []
 

Function Documentation

◆ AddSC_instance_halls_of_stone()

void AddSC_instance_halls_of_stone ( )

Definition at line 133 of file instance_halls_of_stone.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:
=
{
}
@ DATA_SJONNIR_THE_IRONSHAPER
@ DATA_MARNAK
@ DATA_MAIDEN_OF_GRIEF
@ DATA_KRYSTALLUS
@ DATA_ABEDNEUM
@ DATA_KADDRAK
@ NPC_MAIDEN_OF_GRIEF
@ NPC_KADDRAK
@ NPC_KRYSTALLUS
@ NPC_SJONNIR_THE_IRONSHAPER
@ NPC_MARNAK
@ NPC_ABEDNEUM

Definition at line 28 of file instance_halls_of_stone.cpp.

◆ doorData

constexpr DoorData doorData[]
staticconstexpr
Initial value:

Definition at line 23 of file instance_halls_of_stone.cpp.

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_KRYSTALLUS, {{ 1994 }} },
{ DATA_MAIDEN_OF_GRIEF, {{ 1996 }} },
{ DATA_TRIBUNAL_OF_AGES, {{ 1995 }} },
}

Definition at line 49 of file instance_halls_of_stone.cpp.

◆ gameObjectData

constexpr ObjectData gameObjectData[]
staticconstexpr
Initial value:

Definition at line 38 of file instance_halls_of_stone.cpp.