mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/Spells): Devastate vs Glyph of Sunder Armor. (#8705)
Fixes #8506
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user