mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/Auras: Fixed sending amounts for effects that need it, aren't first and don't have SPELL_ATTR8_AURA_POINTS_ON_CLIENT
(cherry picked from commit 0a1b81043e)
This commit is contained in:
@@ -1077,7 +1077,7 @@ void Spell::EffectApplyAura()
|
||||
if (!aurApp)
|
||||
aurApp = unitTarget->_CreateAuraApplication(_spellAura, 1 << effectInfo->EffectIndex);
|
||||
else
|
||||
aurApp->UpdateApplyEffectMask(aurApp->GetEffectsToApply() | 1 << effectInfo->EffectIndex, false);
|
||||
aurApp->AddEffectToApplyEffectMask(effectInfo->EffectIndex);
|
||||
}
|
||||
|
||||
void Spell::EffectUnlearnSpecialization()
|
||||
|
||||
Reference in New Issue
Block a user