fix(Core/Spells): Warlock Death Coil shouldn't be able to crit (#4629)

This commit is contained in:
r0m1ntik
2021-03-12 15:12:43 +01:00
committed by GitHub
parent 89154a031b
commit b24ee3fc10

View File

@@ -7082,10 +7082,14 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->SpellLevel = 0;
});
// Drain Life - Bryntroll
ApplySpellFix({
71838, // N
71839 // H
6789, // Warlock - Death Coil (Rank 1)
17925, // Warlock - Death Coil (Rank 2)
17926, // Warlock - Death Coil (Rank 3)
27223, // Warlock - Death Coil (Rank 4)
47859, // Warlock - Death Coil (Rank 5)
71838, // Drain Life - Bryntroll Normal
71839 // Drain Life - Bryntroll Heroic
}, [](SpellEntry* spellInfo)
{
spellInfo->AttributesEx2 |= SPELL_ATTR2_CANT_CRIT;