![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "Group.h"#include "Map.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellScript.h"
Include dependency graph for zone_terokkar_forest.cpp:Go to the source code of this file.
Enumerations | |
| enum | UnkorTheRuthless { SAY_SUBMIT = 0 , REQUIRED_KILL_COUNT = 10 , SPELL_PULVERIZE = 2676 , QUEST_DONTKILLTHEFATONE = 9889 , NPC_BOULDERFIST_INVADER = 18260 } |
| enum | TakenInTheNight { SPELL_FREE_WEBBED_1 = 38953 , SPELL_FREE_WEBBED_2 = 38955 , SPELL_FREE_WEBBED_3 = 38956 , SPELL_FREE_WEBBED_4 = 38957 , SPELL_FREE_WEBBED_5 = 38958 , SPELL_FREE_WEBBED_6 = 38978 } |
| enum | WhoAreThey { SPELL_SHADOWY_DISGUISE = 32756 , SPELL_MALE_SHADOWY_DISGUISE = 38080 , SPELL_FEMALE_SHADOWY_DISGUISE = 38081 } |
Functions | |
| void | AddSC_terokkar_forest () |
Variables | |
| std::array< uint32, 5 > const | CocoonSummonSpells |
| enum TakenInTheNight |
| Enumerator | |
|---|---|
| SPELL_FREE_WEBBED_1 | |
| SPELL_FREE_WEBBED_2 | |
| SPELL_FREE_WEBBED_3 | |
| SPELL_FREE_WEBBED_4 | |
| SPELL_FREE_WEBBED_5 | |
| SPELL_FREE_WEBBED_6 | |
Definition at line 167 of file zone_terokkar_forest.cpp.
| enum UnkorTheRuthless |
| Enumerator | |
|---|---|
| SAY_SUBMIT | |
| REQUIRED_KILL_COUNT | |
| SPELL_PULVERIZE | |
| QUEST_DONTKILLTHEFATONE | |
| NPC_BOULDERFIST_INVADER | |
Definition at line 30 of file zone_terokkar_forest.cpp.
| enum WhoAreThey |
| Enumerator | |
|---|---|
| SPELL_SHADOWY_DISGUISE | |
| SPELL_MALE_SHADOWY_DISGUISE | |
| SPELL_FEMALE_SHADOWY_DISGUISE | |
Definition at line 230 of file zone_terokkar_forest.cpp.
| void AddSC_terokkar_forest | ( | ) |
Definition at line 303 of file zone_terokkar_forest.cpp.
Here is the caller graph for this function:| std::array<uint32, 5> const CocoonSummonSpells |
Definition at line 177 of file zone_terokkar_forest.cpp.