AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
instance_gnomeregan.cpp File Reference
#include "InstanceScript.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellScript.h"
#include "gnomeregan.h"

Go to the source code of this file.

Classes

class  instance_gnomeregan
 
struct  instance_gnomeregan::instance_gnomeregan_InstanceMapScript
 
class  npc_kernobee
 
struct  npc_kernobee::npc_kernobeeAI
 
class  spell_gnomeregan_radiation_bolt
 
class  spell_gnomeregan_radiation_bolt::spell_gnomeregan_radiation_bolt_SpellScript
 

Enumerations

enum  eKernobee { QUEST_A_FINE_MESS = 2904 }
 

Functions

void AddSC_instance_gnomeregan ()
 

Enumeration Type Documentation

◆ eKernobee

enum eKernobee
Enumerator
QUEST_A_FINE_MESS 
97{
98 QUEST_A_FINE_MESS = 2904,
99};
@ QUEST_A_FINE_MESS
Definition: instance_gnomeregan.cpp:98

Function Documentation

◆ AddSC_instance_gnomeregan()

void AddSC_instance_gnomeregan ( )
182{
184 new npc_kernobee();
186}
Definition: instance_gnomeregan.cpp:26
Definition: instance_gnomeregan.cpp:102
Definition: instance_gnomeregan.cpp:155

Referenced by AddEasternKingdomsScripts().