TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
zone_wetlands.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "Player.h"
+ Include dependency graph for zone_wetlands.cpp:

Classes

class  npc_tapoke_slim_jahn
 
struct  npc_tapoke_slim_jahn::npc_tapoke_slim_jahnAI
 
class  npc_mikhail
 

Enumerations

enum  TapokeSlim {
  QUEST_MISSING_DIPLO_PT11 = 1249, FACTION_ENEMY = 168, SPELL_STEALTH = 1785, SPELL_CALL_FRIENDS = 16457,
  NPC_SLIMS_FRIEND = 4971, NPC_TAPOKE_SLIM_JAHN = 4962
}
 

Functions

void AddSC_wetlands ()
 

Enumeration Type Documentation

enum TapokeSlim
Enumerator
QUEST_MISSING_DIPLO_PT11 
FACTION_ENEMY 
SPELL_STEALTH 
SPELL_CALL_FRIENDS 
NPC_SLIMS_FRIEND 
NPC_TAPOKE_SLIM_JAHN 
41 {
43  FACTION_ENEMY = 168,
44  SPELL_STEALTH = 1785,
45  SPELL_CALL_FRIENDS = 16457, //summons 1x friend
46  NPC_SLIMS_FRIEND = 4971,
48 };
Definition: zone_wetlands.cpp:43
Definition: zone_wetlands.cpp:42
Definition: zone_wetlands.cpp:45
Definition: zone_wetlands.cpp:47
Definition: zone_wetlands.cpp:44
Definition: zone_wetlands.cpp:46

Function Documentation

void AddSC_wetlands ( )
176 {
177  new npc_tapoke_slim_jahn();
178  new npc_mikhail();
179 }
Definition: zone_wetlands.cpp:50
Definition: zone_wetlands.cpp:147

+ Here is the caller graph for this function: