AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
zone_dustwallow_marsh.cpp File Reference
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"

Go to the source code of this file.

Classes

class  spell_ooze_zap
 
class  spell_ooze_zap::spell_ooze_zap_SpellScript
 
class  spell_ooze_zap_channel_end
 
class  spell_ooze_zap_channel_end::spell_ooze_zap_channel_end_SpellScript
 
class  spell_energize_aoe
 
class  spell_energize_aoe::spell_energize_aoe_SpellScript
 

Enumerations

enum  SpellScripts {
  SPELL_OOZE_ZAP = 42489 ,
  SPELL_OOZE_ZAP_CHANNEL_END = 42485 ,
  SPELL_OOZE_CHANNEL_CREDIT = 42486 ,
  SPELL_ENERGIZED = 42492
}
 

Functions

void AddSC_dustwallow_marsh ()
 

Enumeration Type Documentation

◆ SpellScripts

Enumerator
SPELL_OOZE_ZAP 
SPELL_OOZE_ZAP_CHANNEL_END 
SPELL_OOZE_CHANNEL_CREDIT 
SPELL_ENERGIZED 
26{
27 SPELL_OOZE_ZAP = 42489,
30 SPELL_ENERGIZED = 42492,
31};
@ SPELL_OOZE_ZAP_CHANNEL_END
Definition: zone_dustwallow_marsh.cpp:28
@ SPELL_OOZE_ZAP
Definition: zone_dustwallow_marsh.cpp:27
@ SPELL_ENERGIZED
Definition: zone_dustwallow_marsh.cpp:30
@ SPELL_OOZE_CHANNEL_CREDIT
Definition: zone_dustwallow_marsh.cpp:29

Function Documentation

◆ AddSC_dustwallow_marsh()

void AddSC_dustwallow_marsh ( )
159{
160 new spell_ooze_zap();
162 new spell_energize_aoe();
163}
Definition: zone_dustwallow_marsh.cpp:34
Definition: zone_dustwallow_marsh.cpp:79
Definition: zone_dustwallow_marsh.cpp:113

Referenced by AddKalimdorScripts().