AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
instance_gnomeregan.cpp File Reference
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "PassiveAI.h"
#include "Player.h"
#include "SpellScript.h"
#include "SpellScriptLoader.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
 

Enumerations

enum  eKernobee { QUEST_A_FINE_MESS = 2904 }
 

Functions

void AddSC_instance_gnomeregan ()
 

Enumeration Type Documentation

◆ eKernobee

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

Function Documentation

◆ AddSC_instance_gnomeregan()

void AddSC_instance_gnomeregan ( )
173{
175 new npc_kernobee();
177}
#define RegisterSpellScript(spell_script)
Definition SpellScriptLoader.h:88
Definition instance_gnomeregan.cpp:28
Definition instance_gnomeregan.cpp:104
Definition instance_gnomeregan.cpp:157

References RegisterSpellScript.

Referenced by AddEasternKingdomsScripts().