fix(Core/Spell): Clearcasting duration (#4422)
This commit is contained in:
parent
e7bfbe7651
commit
d902411171
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue