mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Core/Spell): Clearcasting duration (#4422)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user