diff options
| author | Chaouki Dhib <chaodhib@gmail.com> | 2017-05-14 21:34:37 +0200 |
|---|---|---|
| committer | Chaouki Dhib <chaodhib@gmail.com> | 2017-05-14 21:40:11 +0200 |
| commit | 2ff76e828f7c757b5120aba41947a6d63e082e17 (patch) | |
| tree | ef589875d4cd955ec86596b7f60c7669b192bf14 /src/server/game/Spells/Spell.cpp | |
| parent | e263654c77fbbe94f3af2d462aaf203c9c4f6ec8 (diff) | |
Core/Spells: Change the radius of PBAoEs following the feedback received on (#16290)
Diffstat (limited to 'src/server/game/Spells/Spell.cpp')
| -rw-r--r-- | src/server/game/Spells/Spell.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index ff9ac128abd..d1c7d6c20c4 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -1220,10 +1220,6 @@ void Spell::SelectImplicitAreaTargets(SpellEffIndex effIndex, SpellImplicitTarge radius *= m_spellValue->RadiusMod; - // if this is a proximity based aoe (Frost Nova, Psychic Scream, ...), include the caster's own combat reach - if (targetType.IsProximityBasedAoe()) - radius += GetCaster()->GetCombatReach(); - SearchAreaTargets(targets, radius, center, referer, targetType.GetObjectType(), targetType.GetCheckType(), m_spellInfo->Effects[effIndex].ImplicitTargetConditions); CallScriptObjectAreaTargetSelectHandlers(targets, effIndex, targetType); |
