mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user