aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2010-02-22 17:09:48 +0100
committerQAston <none@none>2010-02-22 17:09:48 +0100
commit69aedc666d8f6611ce6ebae1052f7d61cf63630d (patch)
treedc777d3c851ac9e3ee67c38a6ec59241664faf1c /src/game/Spell.cpp
parent1c3bbdcce889c4b820a3c54b7cf53c05be5af9a8 (diff)
*Remove no longer needed hack after trigger target fixes.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index ccc84acf098..a302079faa3 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1393,13 +1393,6 @@ SpellMissInfo Spell::DoSpellHitOnUnit(Unit *unit, const uint32 effectMask, bool
m_spellAura->SetMaxDuration(duration);
m_spellAura->SetDuration(duration);
}
-
- // Prayer of Mending (jump animation), we need formal caster instead original for correct animation
- if(aurSpellInfo->SpellFamilyName == SPELLFAMILY_PRIEST)
- {
- if(aurSpellInfo->SpellFamilyFlags[1] & 0x000020)
- m_caster->CastSpell(unit, 41637, true, NULL, NULL, m_originalCasterGUID);
- }
m_spellAura->_RegisterForTargets();
}
}