diff options
| author | megamage <none@none> | 2009-01-17 17:54:11 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-17 17:54:11 -0600 |
| commit | 02c060be05b27dcd2d5d662027bae7fd91c3abfc (patch) | |
| tree | 1e3bddc4c459f48445cf45ff7e5253bd08cbe450 /src/game/SpellEffects.cpp | |
| parent | 2cf1a3be1b310feafc43781ab9178f0c1f35d352 (diff) | |
*Update to Mangos 7100.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 2c249afdd24..abf20cd9dc2 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1673,6 +1673,14 @@ void Spell::EffectDummy(uint32 i) switch(m_spellInfo->Id) { + // Judgement of Righteousness (0.2*$AP+0.32*$SPH) holy added in spellDamagBonus + case 20187: + { + if (!unitTarget) + return; + m_damage+=int32(0.2f*m_caster->GetTotalAttackPowerValue(BASE_ATTACK)); + return; + } case 31789: // Righteous Defense (step 1) { // 31989 -> dummy effect (step 1) + dummy effect (step 2) -> 31709 (taunt like spell for each target) |
