Skip to content

Commit e6f7d4c

Browse files
committed
revert a5d334d
revert a234314
1 parent 46d2739 commit e6f7d4c

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/server/game/Spells/SpellEffects.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,11 +3428,6 @@ void Spell::EffectWeaponDmg(SpellEffIndex effIndex)
34283428
spell_bonus += int32(0.08f * m_caster->GetTotalAttackPowerValue(BASE_ATTACK));
34293429
spell_bonus += int32(0.13f * m_caster->SpellBaseDamageBonusDone(m_spellInfo->GetSchoolMask()));
34303430
break;
3431-
case 42463: // Seals of the Pure for Seal of Vengeance/Corruption
3432-
case 53739:
3433-
if (AuraEffect const* sealsOfPure = m_caster->GetAuraEffect(SPELL_AURA_ADD_PCT_MODIFIER, SPELLFAMILY_PALADIN, 25, 0))
3434-
AddPct(totalDamagePercentMod, sealsOfPure->GetAmount());
3435-
break;
34363431
case 53385: // Divine Storm deals normalized damage
34373432
normalized = true;
34383433
break;

src/server/game/Spells/SpellInfoCorrections.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,6 @@ void SpellMgr::LoadSpellInfoCorrections()
230230
spellInfo->MaxAffectedTargets = 4;
231231
});
232232

233-
ApplySpellFix({
234-
20424, // Seal of Command
235-
42463, // Seal of Vengeance
236-
53739 // Seal of Corruption
237-
}, [](SpellInfo* spellInfo)
238-
{
239-
spellInfo->AttributesEx3 |= SPELL_ATTR3_IGNORE_CASTER_MODIFIERS;
240-
});
241-
242233
// Spitfire Totem
243234
ApplySpellFix({ 38296 }, [](SpellInfo* spellInfo)
244235
{

0 commit comments

Comments
 (0)