fix(Core/Spells): Draenei Call of Air 4/4 Susurrus buff duration. (#15255)

This commit is contained in:
avarishd
2023-03-16 20:02:31 +02:00
committed by GitHub
parent 7cbc8c5ad4
commit aa3e2e052a

View File

@@ -4483,6 +4483,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALLOW_ACTION_DURING_CHANNEL;
});
// Buffeting Winds of Susurrus
ApplySpellFix({ 32474 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(556); // 28 seconds
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];