diff --git a/Source/Game/Maps/GridNotifiers.cs b/Source/Game/Maps/GridNotifiers.cs index 77c426a39..860287db9 100644 --- a/Source/Game/Maps/GridNotifiers.cs +++ b/Source/Game/Maps/GridNotifiers.cs @@ -2696,7 +2696,7 @@ namespace Game.Maps if (!go.IsSpawned()) return false; - float dist = go.GetGoInfo().GetSpellFocusRadius() / 2.0f; + float dist = go.GetGoInfo().GetSpellFocusRadius(); return go.IsWithinDistInMap(_caster, dist); }