AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
underbog.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "the_underbog.h"

Go to the source code of this file.

Classes

struct  npc_underbat
 
class  spell_fungal_decay
 
class  spell_allergies
 

Enumerations

enum  UnderbatSpells { SPELL_TENTACLE_LASH = 34171 }
 
enum  AllergiesEnum { SPELL_SNEEZE = 31428 }
 

Functions

void AddSC_underbog ()
 

Enumeration Type Documentation

◆ AllergiesEnum

Enumerator
SPELL_SNEEZE 
91{
92 SPELL_SNEEZE = 31428
93};
@ SPELL_SNEEZE
Definition: underbog.cpp:92

◆ UnderbatSpells

Enumerator
SPELL_TENTACLE_LASH 
26{
28};
@ SPELL_TENTACLE_LASH
Definition: underbog.cpp:27

Function Documentation

◆ AddSC_underbog()

void AddSC_underbog ( )
121{
125}
#define RegisterSpellScript(spell_script)
Definition: SpellScriptLoader.h:88
#define RegisterUnderbogCreatureAI(ai_name)
Definition: the_underbog.h:48
Definition: underbog.cpp:31
Definition: underbog.cpp:70
Definition: underbog.cpp:96

References RegisterSpellScript, and RegisterUnderbogCreatureAI.

Referenced by AddOutlandScripts().