This commit is contained in:
joschiwald
2017-01-08 01:01:27 +01:00
committed by Aokromes
parent a3ed1c303b
commit 44fbd2d400

View File

@@ -1326,7 +1326,7 @@ void Spell::SelectImplicitCasterDestTargets(SpellEffIndex effIndex, SpellImplici
case TARGET_DEST_CASTER_BACK_RIGHT:
{
static float const DefaultTotemDistance = 3.0f;
if (!effect->HasRadius() && !effect->HasMaxRadius())
if (!m_spellInfo->Effects[effIndex].HasRadius())
dist = DefaultTotemDistance;
break;
}