mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Ups...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user