aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorgvcoman <none@none>2008-11-17 18:57:16 -0500
committergvcoman <none@none>2008-11-17 18:57:16 -0500
commit868c2ef17592a047d48bdf618328eadf15aa9372 (patch)
tree2e9d58b9b8643ecfb5de1873ca415b2d9b2a99bc /src/game/SpellAuras.cpp
parent4cd86b2ed5fd320dd1adbbd64338513ef0d4a001 (diff)
* Implemented new summon possessed summon type for spell 49352.
* Unsummon all summon possessed units on summoning aura cancel. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 37c02fb549d..3548c19e6bc 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
@@ -2014,13 +2013,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