![]() |
TrinityCore
|
#include <SpellMgr.h>
Public Attributes | |
| std::bitset< MAX_SPELL_SCHOOL > | School |
| std::bitset< DISPEL_MAX > | DispelType |
| std::bitset< MAX_MECHANIC > | Mechanic |
| std::vector< SpellEffectName > | Effect |
| std::vector< AuraType > | Aura |
| EnumFlag< SpellOtherImmunity > | Other = SpellOtherImmunity::None |
Definition at line 563 of file SpellMgr.h.
| std::vector<AuraType> CreatureImmunities::Aura |
Definition at line 569 of file SpellMgr.h.
| std::bitset<DISPEL_MAX> CreatureImmunities::DispelType |
Definition at line 566 of file SpellMgr.h.
| std::vector<SpellEffectName> CreatureImmunities::Effect |
Definition at line 568 of file SpellMgr.h.
| std::bitset<MAX_MECHANIC> CreatureImmunities::Mechanic |
Definition at line 567 of file SpellMgr.h.
| EnumFlag<SpellOtherImmunity> CreatureImmunities::Other = SpellOtherImmunity::None |
Definition at line 570 of file SpellMgr.h.
| std::bitset<MAX_SPELL_SCHOOL> CreatureImmunities::School |
Definition at line 565 of file SpellMgr.h.