fix(Core/Spells): Draenei Call of Air 4/4 Susurrus buff duration. (#15255)
This commit is contained in:
parent
7cbc8c5ad4
commit
aa3e2e052a
1 changed files with 6 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue