diff options
author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/Spell.h | |
parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 004011f985e..043921a0e31 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -428,7 +428,7 @@ class Spell void CheckSrc() { if(!m_targets.HasSrc()) m_targets.setSrc(m_caster); } void CheckDst() { if(!m_targets.HasDst()) m_targets.setDst(m_caster); } - static void TRINITY_DLL_SPEC SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 cast_count, SpellCastResult result); + static void SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 cast_count, SpellCastResult result); void SendCastResult(SpellCastResult result); void SendSpellStart(); void SendSpellGo(); @@ -664,7 +664,7 @@ class Spell namespace Trinity { - struct TRINITY_DLL_DECL SpellNotifierCreatureAndPlayer + struct SpellNotifierCreatureAndPlayer { std::list<Unit*> *i_data; SpellNotifyPushType i_push_type; |