aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-09-17 15:28:34 +0200
committerMachiavelli <none@none>2009-09-17 15:28:34 +0200
commitb897584203b927d67daf1400054640ad5b060d07 (patch)
treebaaa0245ab8a3203ac6b7ecd4ccb2fb3284132c3 /src
parentfb2e263be7cc402fb879d6d26a5d1cf87ced593d (diff)
Update to Gluth script; lower the distance required between zombie chow and Gluth before Gluth consumes it for a more blizzlike experience
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp2
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 9028d92639a..b981335c87a 100644
--- a/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp
+++ b/src/bindings/scripts/scripts/northrend/naxxramas/boss_gluth.cpp
@@ -61,7 +61,7 @@ struct TRINITY_DLL_DECL boss_gluthAI : public BossAI
void MoveInLineOfSight(Unit *who)
{
- if (who->GetEntry() == MOB_ZOMBIE && me->IsWithinDistInMap(who, 20))
+ if (who->GetEntry() == MOB_ZOMBIE && me->IsWithinDistInMap(who, 15))
{
SetGazeOn(who);
me->MonsterTextEmote(EMOTE_NEARBY, 0, true);