diff options
Diffstat (limited to 'src/game/SpellAuraEffects.h')
-rw-r--r-- | src/game/SpellAuraEffects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuraEffects.h b/src/game/SpellAuraEffects.h index 87d56b6d275..284f863f353 100644 --- a/src/game/SpellAuraEffects.h +++ b/src/game/SpellAuraEffects.h @@ -20,7 +20,7 @@ class Aura; typedef void(AuraEffect::*pAuraEffectHandler)(AuraApplication const * aurApp, uint8 mode, bool apply) const; -class TRINITY_DLL_SPEC AuraEffect +class AuraEffect { friend Aura::Aura(SpellEntry const* spellproto, uint8 effMask, WorldObject * owner, Unit * caster, int32 *baseAmount, Item * castItem, uint64 casterGUID); friend Aura::~Aura(); |