AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
SpellAuraEffects.h File Reference
#include "Spell.h"
#include "SpellAuras.h"

Go to the source code of this file.

Classes

class  AuraEffect
 
class  Acore::AbsorbAuraOrderPred
 

Namespaces

namespace  Acore
 

Typedefs

typedef void(AuraEffect::* pAuraEffectHandler) (AuraApplication const *aurApp, uint8 mode, bool apply) const
 

Enumerations

enum  BrewfestEntries {
  BREWFEST_KODO = 30507 ,
  GREAT_BREWFEST_KODO = 27707 ,
  FRESH_BREWFEST_HOPS = 66052
}
 

Typedef Documentation

◆ pAuraEffectHandler

typedef void(AuraEffect::* pAuraEffectHandler) (AuraApplication const *aurApp, uint8 mode, bool apply) const

Enumeration Type Documentation

◆ BrewfestEntries

Enumerator
BREWFEST_KODO 
GREAT_BREWFEST_KODO 
FRESH_BREWFEST_HOPS 
32{
33 BREWFEST_KODO = 30507,
34 GREAT_BREWFEST_KODO = 27707,
36};
@ FRESH_BREWFEST_HOPS
Definition: SpellAuraEffects.h:35
@ GREAT_BREWFEST_KODO
Definition: SpellAuraEffects.h:34
@ BREWFEST_KODO
Definition: SpellAuraEffects.h:33