diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2017-12-23 13:13:01 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-12-23 13:45:50 +0100 |
| commit | 439ac5756c683e43103b8cc8f632397e93ce9357 (patch) | |
| tree | 0a0db9c704c8d0c996c53e462c4f491be03e2e3c /src/server/game/Spells/Spell.cpp | |
| parent | 73bc074cfca98171f1a9d9311100de69dfd325c1 (diff) | |
Core/Spells: Implemented spells causing Forbearance
Ref #20937
Diffstat (limited to 'src/server/game/Spells/Spell.cpp')
| -rw-r--r-- | src/server/game/Spells/Spell.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 65899f518d8..0450fa7fb6c 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -2789,20 +2789,6 @@ void Spell::DoTriggersOnSpellHit(Unit* unit, uint32 effMask) /// @todo move this code to scripts if (m_preCastSpell) { - // Paladin immunity shields - if (m_preCastSpell == 61988) - { - // Cast Forbearance - m_caster->CastSpell(unit, 25771, true); - // Cast Avenging Wrath Marker - unit->CastSpell(unit, 61987, true); - } - - // Avenging Wrath - if (m_preCastSpell == 61987) - // Cast the serverside immunity shield marker - m_caster->CastSpell(unit, 61988, true); - if (sSpellMgr->GetSpellInfo(m_preCastSpell)) // Blizz seems to just apply aura without bothering to cast m_caster->AddAura(m_preCastSpell, unit); |
