TrinityCore
instance_gnomeregan.cpp File Reference
#include "ScriptMgr.h"
#include "Creature.h"
#include "GameObject.h"
#include "gnomeregan.h"
#include "InstanceScript.h"
#include "Map.h"
+ Include dependency graph for instance_gnomeregan.cpp:

Go to the source code of this file.

Classes

class  instance_gnomeregan
 
struct  instance_gnomeregan::instance_gnomeregan_InstanceMapScript
 

Functions

void AddSC_instance_gnomeregan ()
 

Variables

static constexpr DungeonEncounterData Encounters []
 

Function Documentation

◆ AddSC_instance_gnomeregan()

void AddSC_instance_gnomeregan ( )

Definition at line 117 of file instance_gnomeregan.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ Encounters

constexpr DungeonEncounterData Encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_BLASTMASTER_EVENT, { { 379 } } },
{ DATA_VICIOUS_FALLOUT , { { 378 } } },
{ DATA_ELECTROCUTIONER , { { 380 } } },
{ DATA_CROWD_PUMMELER , { { 381 } } },
{ DATA_THERMAPLUGG , { { 382 } } },
}
@ DATA_THERMAPLUGG
Definition: gnomeregan.h:51
@ DATA_VICIOUS_FALLOUT
Definition: gnomeregan.h:48
@ DATA_ELECTROCUTIONER
Definition: gnomeregan.h:49
@ DATA_CROWD_PUMMELER
Definition: gnomeregan.h:50
@ DATA_BLASTMASTER_EVENT
Definition: gnomeregan.h:47

Definition at line 25 of file instance_gnomeregan.cpp.