TrinityCore
instance_antorus_the_burning_throne.cpp File Reference
#include "ScriptMgr.h"
#include "antorus_the_burning_throne.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "InstanceScript.h"
#include "Map.h"
+ Include dependency graph for instance_antorus_the_burning_throne.cpp:

Go to the source code of this file.

Classes

class  instance_antorus_the_burning_throne
 
struct  instance_antorus_the_burning_throne::instance_antorus_the_burning_throne_InstanceMapScript
 

Functions

void AddSC_instance_antorus_the_burning_throne ()
 

Variables

ObjectData const creatureData []
 
DoorData const doorData []
 
DungeonEncounterData const encounters []
 

Function Documentation

◆ AddSC_instance_antorus_the_burning_throne()

void AddSC_instance_antorus_the_burning_throne ( )

Definition at line 93 of file instance_antorus_the_burning_throne.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ creatureData

ObjectData const creatureData[]

◆ doorData

◆ encounters

DungeonEncounterData const encounters[]
Initial value:
=
{
{ DATA_GAROTHI_WORLDBREAKER, {{ 2076 }} },
{ DATA_FELHOUNDS_OF_SAGERAS, {{ 2074 }} },
{ DATA_ANTORAN_HIGH_COMMAND, {{ 2070 }} },
{ DATA_PORTAL_KEEPER_HASABEL, {{ 2064 }} },
{ DATA_EONAR_THE_LIFE_BINDER, {{ 2075 }} },
{ DATA_IMONAR_THE_SOULHUNTER, {{ 2082 }} },
{ DATA_KINGAROTH, {{ 2088 }} },
{ DATA_VARIMATHRAS, {{ 2069 }} },
{ DATA_THE_COVEN_OF_SHIVARRA, {{ 2073 }} },
{ DATA_AGGRAMAR, {{ 2063 }} },
{ DATA_ARGUS_THE_UNMAKER, {{ 2092 }} }
}
@ DATA_FELHOUNDS_OF_SAGERAS
@ DATA_EONAR_THE_LIFE_BINDER
@ DATA_THE_COVEN_OF_SHIVARRA
@ DATA_PORTAL_KEEPER_HASABEL
@ DATA_IMONAR_THE_SOULHUNTER
@ DATA_ARGUS_THE_UNMAKER
@ DATA_ANTORAN_HIGH_COMMAND

Definition at line 40 of file instance_antorus_the_burning_throne.cpp.