fix(Core/Spell): Clearcasting duration (#4422)

This commit is contained in:
Kitzunu
2021-02-07 03:06:30 +01:00
committed by GitHub
parent e7bfbe7651
commit d902411171

View File

@@ -4518,12 +4518,6 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->SpellFamilyFlags = flag96(0, 0x10, 0);
});
// Clearcasting
ApplySpellFix({ 16870 }, [](SpellEntry* spellInfo)
{
spellInfo->DurationIndex = 31; // 8 secs
});
// Owlkin Frenzy
ApplySpellFix({ 48391 }, [](SpellEntry* spellInfo)
{