mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Spells): Marked for Death affecting wrong spells. (#17406)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user