Core/Spells: Fix Shadowstep (Rogue), remove 4yd forced radius (#24838)

This commit is contained in:
Gildor
2020-06-19 22:59:43 +02:00
committed by GitHub
parent 7d88891983
commit 56d60ee00c

View File

@@ -4887,12 +4887,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ProcFlags = 0;
});
// Shadowstep
ApplySpellFix({ 36563 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_4_YARDS); // 4yd
});
// Feral Charge - Cat
ApplySpellFix({ 49376 }, [](SpellInfo* spellInfo)
{