aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.h
diff options
context:
space:
mode:
authorXanadu <none@none>2010-02-05 00:31:28 +0100
committerXanadu <none@none>2010-02-05 00:31:28 +0100
commita5d1bc77abc275402240bec1380fa87f04461ba8 (patch)
treef33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/SpellAuras.h
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r--src/game/SpellAuras.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h
index 7289b5c4d36..272e1f7cfa5 100644
--- a/src/game/SpellAuras.h
+++ b/src/game/SpellAuras.h
@@ -23,7 +23,7 @@
#include "SpellAuraDefines.h"
-class Unit;
+class Unit;
struct SpellEntry;
struct SpellModifier;
struct ProcTriggerSpell;
@@ -78,7 +78,7 @@ class AuraApplication
void ConstructAuraInfo(ByteBuffer &);
};
-class TRINITY_DLL_SPEC Aura
+class Aura
{
public:
typedef std::map<uint64, AuraApplication *> ApplicationMap;
@@ -192,7 +192,7 @@ class TRINITY_DLL_SPEC Aura
Unit::AuraApplicationList m_removedApplications;
};
-class TRINITY_DLL_SPEC UnitAura : public Aura
+class UnitAura : public Aura
{
friend Aura * Aura::Create(SpellEntry const* spellproto, uint8 effMask, WorldObject * owner, Unit * caster, int32 *baseAmount, Item * castItem, uint64 casterGUID);
protected:
@@ -213,7 +213,7 @@ class TRINITY_DLL_SPEC UnitAura : public Aura
DiminishingGroup m_AuraDRGroup:8; // Diminishing
};
-class TRINITY_DLL_SPEC DynObjAura : public Aura
+class DynObjAura : public Aura
{
friend Aura * Aura::Create(SpellEntry const* spellproto, uint8 effMask, WorldObject * owner, Unit * caster, int32 *baseAmount, Item * castItem, uint64 casterGUID);
protected: