12.0 full

This commit is contained in:
luis
2026-01-29 08:44:52 -03:00
parent df795f8dca
commit 328f8b55cd
+3
View File
@@ -500,7 +500,10 @@ m_spellValue(new SpellValue(m_spellInfo, caster)), _spellEvent(nullptr)
}
if (Player const* modOwner = caster->GetSpellModOwner())
{
modOwner->ApplySpellMod(info, SpellModOp::Doses, m_spellValue->AuraStackAmount, this);
modOwner->ApplySpellMod(info, SpellModOp::MaxTargets, m_spellValue->MaxAffectedTargets, this);
}
if (!originalCasterGUID.IsEmpty())
m_originalCasterGUID = originalCasterGUID;