Revert "fix(Core/Spells): Lowered Magmadar Panic's effect radius to 30 yards. (#9227)" (#9266)

This reverts commit 31de71bf3b.
This commit is contained in:
UltraNix
2021-11-21 04:37:51 +01:00
committed by GitHub
parent 02aaa3d17f
commit 79ad100017

View File

@@ -7476,12 +7476,6 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->AuraInterruptFlags |= (AURA_INTERRUPT_FLAG_MELEE_ATTACK | AURA_INTERRUPT_FLAG_CAST);
});
// Panic
ApplySpellFix({ 19408 }, [](SpellEntry* spellInfo)
{
spellInfo->EffectRadiusIndex[EFFECT_0] = EFFECT_RADIUS_30_YARDS;
});
for (uint32 i = 0; i < sSpellStore.GetNumRows(); ++i)
{
SpellEntry* spellInfo = (SpellEntry*)sSpellStore.LookupEntry(i);