diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp b/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp index ad4e5e51db6..6cdbd90893c 100644 --- a/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp +++ b/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp @@ -62,7 +62,7 @@ struct TRINITY_DLL_DECL boss_gluthAI : public BossAI void MoveInLineOfSight(Unit *who) { - if (who->GetEntry() == MOB_ZOMBIE && me->IsWithinDistInMap(who, 15)) + if (who->GetEntry() == MOB_ZOMBIE && me->IsWithinDistInMap(who, 7)) { SetGazeOn(who); me->MonsterTextEmote(EMOTE_NEARBY, 0, true); |