aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-02-26 00:03:02 +0100
committerShauren <shauren.trinity@gmail.com>2024-02-26 00:03:02 +0100
commit0c76618b19a0c3cac159524779ba66bcdeef6795 (patch)
treec674d1b2835c2a4dd07e85d32f2acfde5c7ad392 /src/server/scripts
parent02b977c98ec26bc21cb3e779e60e16a7587bfcb9 (diff)
Core/Auras: Implemented SpellEffectAttributes::AuraPointsStack
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Spells/spell_priest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_priest.cpp b/src/server/scripts/Spells/spell_priest.cpp
index 297d90ff26a..eefce2d3e82 100644
--- a/src/server/scripts/Spells/spell_priest.cpp
+++ b/src/server/scripts/Spells/spell_priest.cpp
@@ -2210,8 +2210,6 @@ class spell_pri_divine_aegis : public AuraScript
return;
int32 aegisAmount = CalculatePct(eventInfo.GetHealInfo()->GetHeal(), aurEff->GetAmount());
- if (AuraEffect const* existingAegis = eventInfo.GetProcTarget()->GetAuraEffect(SPELL_PRIEST_DIVINE_AEGIS_ABSORB, EFFECT_0, caster->GetGUID()))
- aegisAmount += existingAegis->GetAmount();
CastSpellExtraArgs args(aurEff);
args.SetTriggerFlags(TRIGGERED_IGNORE_CAST_IN_PROGRESS | TRIGGERED_DONT_REPORT_CAST_ERROR);