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

Go to the source code of this file.

Classes

class  spell_love_is_in_the_air_romantic_picnic
 
class  spell_love_is_in_the_air_create_heart_candy
 
class  spell_love_is_in_the_air_fragrant_air_analysis
 
class  spell_love_is_in_the_air_heavily_perfumed
 
class  spell_love_is_in_the_air_recently_analyzed
 
class  spell_love_is_in_the_air_sample_satisfaction
 
class  spell_love_is_in_the_air_service_uniform
 
class  spell_love_is_in_the_air_cancel_service_uniform
 
class  spell_love_is_in_the_air_perfume_cologne_immune
 

Enumerations

enum  SpellsPicnic {
  SPELL_BASKET_CHECK = 45119 , SPELL_MEAL_PERIODIC = 45103 , SPELL_MEAL_EAT_VISUAL = 45120 , SPELL_DRINK_VISUAL = 45121 ,
  SPELL_ROMANTIC_PICNIC_ACHIEV = 45123
}
 
enum  CreateHeartCandy {
  SPELL_CREATE_HEART_CANDY_1 = 26668 , SPELL_CREATE_HEART_CANDY_2 = 26670 , SPELL_CREATE_HEART_CANDY_3 = 26671 , SPELL_CREATE_HEART_CANDY_4 = 26672 ,
  SPELL_CREATE_HEART_CANDY_5 = 26673 , SPELL_CREATE_HEART_CANDY_6 = 26674 , SPELL_CREATE_HEART_CANDY_7 = 26675 , SPELL_CREATE_HEART_CANDY_8 = 26676
}
 
enum  SomethingStinks { SPELL_HEAVILY_PERFUMED = 71507 }
 
enum  PilferingPerfume { SPELL_SERVICE_UNIFORM = 71450 , MODEL_GOBLIN_MALE = 31002 , MODEL_GOBLIN_FEMALE = 31003 }
 

Functions

void AddSC_event_love_is_in_the_air ()
 

Variables

std::array< uint32, 8 > const CreateHeartCandySpells
 

Enumeration Type Documentation

◆ CreateHeartCandy

Enumerator
SPELL_CREATE_HEART_CANDY_1 
SPELL_CREATE_HEART_CANDY_2 
SPELL_CREATE_HEART_CANDY_3 
SPELL_CREATE_HEART_CANDY_4 
SPELL_CREATE_HEART_CANDY_5 
SPELL_CREATE_HEART_CANDY_6 
SPELL_CREATE_HEART_CANDY_7 
SPELL_CREATE_HEART_CANDY_8 

Definition at line 111 of file love_is_in_the_air.cpp.

◆ PilferingPerfume

Enumerator
SPELL_SERVICE_UNIFORM 
MODEL_GOBLIN_MALE 
MODEL_GOBLIN_FEMALE 

Definition at line 238 of file love_is_in_the_air.cpp.

◆ SomethingStinks

Enumerator
SPELL_HEAVILY_PERFUMED 

Definition at line 152 of file love_is_in_the_air.cpp.

◆ SpellsPicnic

Enumerator
SPELL_BASKET_CHECK 
SPELL_MEAL_PERIODIC 
SPELL_MEAL_EAT_VISUAL 
SPELL_DRINK_VISUAL 
SPELL_ROMANTIC_PICNIC_ACHIEV 

Definition at line 27 of file love_is_in_the_air.cpp.

Function Documentation

◆ AddSC_event_love_is_in_the_air()

void AddSC_event_love_is_in_the_air ( )

Definition at line 327 of file love_is_in_the_air.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ CreateHeartCandySpells

std::array<uint32, 8> const CreateHeartCandySpells