fix(DB/SAI): Naberius (#17639)

This commit is contained in:
avarishd
2023-11-08 09:01:24 +02:00
committed by GitHub
parent 145b14c567
commit 8af077bc33
2 changed files with 13 additions and 0 deletions

View File

@@ -4602,6 +4602,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_1].SpellClassMask[0] = 6;
});
// Chains of Naberius
ApplySpellFix({ 36146 }, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 1;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];