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

Go to the source code of this file.

Classes

class  instance_utgarde_keep
 
struct  instance_utgarde_keep::instance_utgarde_keep_InstanceMapScript
 

Functions

void AddSC_instance_utgarde_keep ()
 

Variables

static constexpr DoorData doorData []
 
static constexpr MinionData minionData []
 
static constexpr DungeonEncounterData encounters []
 

Function Documentation

◆ AddSC_instance_utgarde_keep()

void AddSC_instance_utgarde_keep ( )

Definition at line 203 of file instance_utgarde_keep.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ doorData

constexpr DoorData doorData[]
staticconstexpr

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_PRINCE_KELESETH, {{ 2026 }} },
{ DATA_SKARVALD_DALRONN, {{ 2024 }} },
{ DATA_INGVAR, {{ 2025 }} }
}
@ DATA_PRINCE_KELESETH
@ DATA_SKARVALD_DALRONN

Definition at line 36 of file instance_utgarde_keep.cpp.

◆ minionData

constexpr MinionData minionData[]
staticconstexpr
Initial value:

Definition at line 30 of file instance_utgarde_keep.cpp.