Core/Spells: Shadow Infusion will now have a duration of 12 seconds instead of 30 to match sniff duration data

This commit is contained in:
Ovahlord
2020-11-14 01:16:48 +01:00
parent a53cc2319e
commit 004be1b31d

View File

@@ -5665,6 +5665,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_2].BasePoints = 100;
});
// Shadow Conductor
ApplySpellFix({ 92053 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(29); // 12 seconds
});
// ENDOF BLACKWING DESCENT SPELLS
// Living Bomb