fix(Core/Spells): Devastate vs Glyph of Sunder Armor. (#8705)

Fixes #8506
This commit is contained in:
UltraNix
2021-10-25 04:31:19 +02:00
committed by GitHub
parent 0df821cbb0
commit c69e309681
2 changed files with 4 additions and 14 deletions

View File

@@ -4526,13 +4526,6 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->SpellFamilyName = SPELLFAMILY_WARRIOR;
});
// Sunder Armor
ApplySpellFix({ 58567 }, [](SpellEntry* spellInfo)
{
// trigger, remove spellfamilyflags because of glyph of sunder armor
spellInfo->SpellFamilyFlags = flag96(0x0, 0x0, 0x0);
});
// Sunder Armor - Old Ranks
ApplySpellFix({ 7405, 8380, 11596, 11597, 25225, 47467 }, [](SpellEntry* spellInfo)
{