fix(Core/Spells): Warlock Death Coil shouldn't be able to crit (#4629)
This commit is contained in:
parent
89154a031b
commit
b24ee3fc10
1 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue