fix(DB/SAI): Naberius (#17639)
This commit is contained in:
parent
145b14c567
commit
8af077bc33
2 changed files with 13 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue