aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GridNotifiers.h')
-rw-r--r--src/game/GridNotifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h
index d728245791c..f5d7b988fca 100644
--- a/src/game/GridNotifiers.h
+++ b/src/game/GridNotifiers.h
@@ -671,7 +671,7 @@ namespace Trinity
if(go->GetGOInfo()->spellFocus.focusId != i_focusId)
return false;
- float dist = go->GetGOInfo()->spellFocus.dist;
+ float dist = (go->GetGOInfo()->spellFocus.dist)/2;
return go->IsWithinDistInMap(i_unit, dist);
}