aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/game/Grids/Notifiers/GridNotifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Grids/Notifiers/GridNotifiers.h b/src/server/game/Grids/Notifiers/GridNotifiers.h
index 3fd95339948..71f420482a5 100644
--- a/src/server/game/Grids/Notifiers/GridNotifiers.h
+++ b/src/server/game/Grids/Notifiers/GridNotifiers.h
@@ -675,7 +675,7 @@ namespace Trinity
if (!go->isSpawned())
return false;
- float const dist = go->GetGOInfo()->spellFocus.dist / 2.f;
+ float const dist = go->GetGOInfo()->spellFocus.dist;
return go->IsWithinDistInMap(_caster, dist);
}