AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_wushoolay.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "zulgurub.h"

Go to the source code of this file.

Classes

class  boss_wushoolay
 
struct  boss_wushoolay::boss_wushoolayAI
 

Enumerations

enum  Spells {
  SPELL_LIGHTNING_CLOUD = 24683 ,
  SPELL_CHAIN_LIGHTNING = 24680 ,
  SPELL_FORKED_LIGHTNING = 24682
}
 
enum  Events {
  EVENT_LIGHTNING_CLOUD = 1 ,
  EVENT_CHAIN_LIGHTNING = 2 ,
  EVENT_FORKED_LIGHTNING = 3
}
 

Functions

void AddSC_boss_wushoolay ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_LIGHTNING_CLOUD 
EVENT_CHAIN_LIGHTNING 
EVENT_FORKED_LIGHTNING 
37{
41};
@ EVENT_CHAIN_LIGHTNING
Definition boss_wushoolay.cpp:39
@ EVENT_LIGHTNING_CLOUD
Definition boss_wushoolay.cpp:38
@ EVENT_FORKED_LIGHTNING
Definition boss_wushoolay.cpp:40

◆ Spells

enum Spells
Enumerator
SPELL_LIGHTNING_CLOUD 
SPELL_CHAIN_LIGHTNING 
SPELL_FORKED_LIGHTNING 
30{
34};
@ SPELL_CHAIN_LIGHTNING
Definition boss_wushoolay.cpp:32
@ SPELL_LIGHTNING_CLOUD
Definition boss_wushoolay.cpp:31
@ SPELL_FORKED_LIGHTNING
Definition boss_wushoolay.cpp:33

Function Documentation

◆ AddSC_boss_wushoolay()

void AddSC_boss_wushoolay ( )
108{
109 new boss_wushoolay();
110}
Definition boss_wushoolay.cpp:44

Referenced by AddEasternKingdomsScripts().