TrinityCore
winter_veil.cpp File Reference
#include "ScriptMgr.h"
#include "Containers.h"
#include "CreatureAIImpl.h"
#include "Player.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
+ Include dependency graph for winter_veil.cpp:

Go to the source code of this file.

Classes

class  spell_winter_veil_mistletoe
 
class  spell_winter_veil_px_238_winter_wondervolt
 
class  spell_winter_veil_reindeer_transformation
 

Enumerations

enum  Mistletoe { SPELL_CREATE_MISTLETOE = 26206 , SPELL_CREATE_HOLLY = 26207 , SPELL_CREATE_SNOWFLAKES = 45036 }
 
enum  PX238WinterWondervolt { SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_1 = 26157 , SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_2 = 26272 , SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_3 = 26273 , SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_4 = 26274 }
 
enum  ReindeerTransformation {
  SPELL_FLYING_REINDEER_310 = 44827 , SPELL_FLYING_REINDEER_280 = 44825 , SPELL_FLYING_REINDEER_60 = 44824 , SPELL_REINDEER_100 = 25859 ,
  SPELL_REINDEER_60 = 25858
}
 

Functions

void AddSC_event_winter_veil ()
 

Variables

std::array< uint32, 4 > const WonderboltTransformSpells
 

Enumeration Type Documentation

◆ Mistletoe

enum Mistletoe
Enumerator
SPELL_CREATE_MISTLETOE 
SPELL_CREATE_HOLLY 
SPELL_CREATE_SNOWFLAKES 

Definition at line 25 of file winter_veil.cpp.

◆ PX238WinterWondervolt

Enumerator
SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_1 
SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_2 
SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_3 
SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_4 

Definition at line 60 of file winter_veil.cpp.

◆ ReindeerTransformation

Enumerator
SPELL_FLYING_REINDEER_310 
SPELL_FLYING_REINDEER_280 
SPELL_FLYING_REINDEER_60 
SPELL_REINDEER_100 
SPELL_REINDEER_60 

Definition at line 104 of file winter_veil.cpp.

Function Documentation

◆ AddSC_event_winter_veil()

void AddSC_event_winter_veil ( )

Definition at line 163 of file winter_veil.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ WonderboltTransformSpells

std::array<uint32, 4> const WonderboltTransformSpells
Initial value:

Definition at line 68 of file winter_veil.cpp.