fix(Core/Spells): Marked for Death affecting wrong spells. (#17406)

This commit is contained in:
avarishd
2023-10-21 16:28:57 +03:00
committed by GitHub
parent 3228d7d762
commit 8c8d459c6f

View File

@@ -416,7 +416,7 @@ void SpellMgr::LoadSpellInfoCorrections()
// Marked for Death
ApplySpellFix({ 53241, 53243, 53244, 53245, 53246 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(423937, 276955137, 2049);
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(399361, 276955137, 1);
});
ApplySpellFix({