TrinityCore
Loading...
Searching...
No Matches
instance_hyjal.cpp File Reference
#include "ScriptMgr.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObject.h"
#include "hyjal.h"
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
+ Include dependency graph for instance_hyjal.cpp:

Go to the source code of this file.

Classes

class  instance_hyjal
 
struct  instance_hyjal::instance_mount_hyjal_InstanceMapScript
 

Enumerations

enum  Yells { YELL_ARCHIMONDE_INTRO = 8 }
 

Functions

void AddSC_instance_mount_hyjal ()
 

Variables

static constexpr ObjectData creatureData []
 
static constexpr DungeonEncounterData encounters []
 

Enumeration Type Documentation

◆ Yells

enum Yells
Enumerator
YELL_ARCHIMONDE_INTRO 

Definition at line 42 of file instance_hyjal.cpp.

Function Documentation

◆ AddSC_instance_mount_hyjal()

void AddSC_instance_mount_hyjal ( )

Definition at line 247 of file instance_hyjal.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:
=
{
}
@ KAZROGAL
Definition hyjal.h:76
@ AZGALOR
Definition hyjal.h:77
@ TYRANDE
Definition hyjal.h:71
@ ANETHERON
Definition hyjal.h:75
@ ARCHIMONDE
Definition hyjal.h:78
@ NPC_CHANNEL_TARGET
Definition hyjal.h:80
@ JAINA
Definition hyjal.h:69
@ RAGE_WINTERCHILL
Definition hyjal.h:74
@ THRALL
Definition hyjal.h:70
@ DATA_RAGEWINTERCHILL
Definition hyjal.h:30
@ DATA_TYRANDEWHISPERWIND
Definition hyjal.h:38
@ DATA_CHANNEL_TARGET
Definition hyjal.h:46
@ DATA_THRALL
Definition hyjal.h:37
@ DATA_KAZROGAL
Definition hyjal.h:32
@ DATA_AZGALOR
Definition hyjal.h:33
@ DATA_JAINAPROUDMOORE
Definition hyjal.h:36
@ DATA_ANETHERON
Definition hyjal.h:31
@ DATA_ARCHIMONDE
Definition hyjal.h:34

Definition at line 47 of file instance_hyjal.cpp.

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_RAGEWINTERCHILL, {{ 618 }} },
{ DATA_ANETHERON, {{ 619 }} },
{ DATA_KAZROGAL, {{ 620 }} },
{ DATA_AZGALOR, {{ 621 }} },
{ DATA_ARCHIMONDE, {{ 622 }} }
}

Definition at line 60 of file instance_hyjal.cpp.