mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Spells: Fix Shadowstep (Rogue), remove 4yd forced radius (#24838)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user