aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index ff1933c3d33..631d38017c9 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1192,12 +1192,6 @@ void Spell::DoAllEffectOnTarget(TargetInfo *target)
m_spellAura->SetProcDamage(damageInfo.damage);
caster->DealSpellDamage(&damageInfo, true);
- // Judgement of Blood
- if (m_caster && m_spellInfo->SpellFamilyName == SPELLFAMILY_PALADIN && m_spellInfo->SpellFamilyFlags[1] & 0x00000008 && m_spellInfo->SpellIconID==153)
- {
- int32 damagePoint = damageInfo.damage * 33 / 100;
- m_caster->CastCustomSpell(m_caster, 32220, &damagePoint, NULL, NULL, true);
- }
}
// Passive spell hits/misses or active spells only misses (only triggers)
else