TrinityCore
instance_the_botanica.cpp File Reference
#include "ScriptMgr.h"
#include "Creature.h"
#include "InstanceScript.h"
#include "the_botanica.h"
+ Include dependency graph for instance_the_botanica.cpp:

Go to the source code of this file.

Classes

class  instance_the_botanica
 
struct  instance_the_botanica::instance_the_botanica_InstanceMapScript
 

Functions

void AddSC_instance_the_botanica ()
 

Variables

DungeonEncounterData const encounters []
 

Function Documentation

◆ AddSC_instance_the_botanica()

void AddSC_instance_the_botanica ( )

Definition at line 125 of file instance_the_botanica.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ encounters

DungeonEncounterData const encounters[]
Initial value:
=
{
{ DATA_COMMANDER_SARANNIS, {{ 1925 }} },
{ DATA_HIGH_BOTANIST_FREYWINN, {{ 1926 }} },
{ DATA_THORNGRIN_THE_TENDER, {{ 1928 }} },
{ DATA_LAJ, {{ 1927 }} },
{ DATA_WARP_SPLINTER, {{ 1929 }} }
}
@ DATA_WARP_SPLINTER
Definition: the_botanica.h:34
@ DATA_COMMANDER_SARANNIS
Definition: the_botanica.h:30
@ DATA_LAJ
Definition: the_botanica.h:33
@ DATA_HIGH_BOTANIST_FREYWINN
Definition: the_botanica.h:31
@ DATA_THORNGRIN_THE_TENDER
Definition: the_botanica.h:32

Definition at line 23 of file instance_the_botanica.cpp.