diff options
| author | megamage <none@none> | 2008-11-21 19:49:54 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-21 19:49:54 -0600 |
| commit | 32485bc5d1bbde8f4b5e81d718f0fc0119442294 (patch) | |
| tree | d2a8c99fdfe21d410ec2642831439fb0c3256ada /src/game/SpellAuras.cpp | |
| parent | fa667cf4507e5635d597b878119ce20f2836cc8c (diff) | |
| parent | a2c168155d2871aae22d1e4bccc3951525f6085d (diff) | |
Merge with 284 (54b0e67d97fe).
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 55203554665..35d39a22b27 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -49,7 +49,6 @@ #include "GridNotifiers.h" #include "GridNotifiersImpl.h" #include "CellImpl.h" -#include "TemporarySummon.h" #define NULL_AURA_SLOT 0xFF @@ -2024,13 +2023,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real) m_target->CastSpell(m_target,47287,true,NULL,this); return; } - - // Eye of Kilrogg, unsummon eye when aura is gone - if(GetId() == 126 && caster->GetTypeId() == TYPEID_PLAYER && caster->GetCharm()) - { - ((TemporarySummon*)caster->GetCharm())->UnSummon(); - return; - } } // AT APPLY & REMOVE |
