Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From 96cefa57de2ec83550f7b8041fff99f275f2c6c5 Mon Sep 17 00:00:00 2001
- From: unknown <cristi@cristis-PC.(none)>
- Date: Thu, 12 Jul 2012 23:34:33 +0300
- Subject: [PATCH] Hijal summit well-distance check fix - source - wowhead.
- ---
- .../Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
- index ee988ac..237112c 100644
- --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
- +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
- @@ -538,7 +538,7 @@ public:
- {
- Check->SetVisible(false);
- - if (me->IsWithinDistInMap(Check, 75))
- + if (me->IsWithinDistInMap(Check, 40))
- {
- me->GetMotionMaster()->Clear(false);
- me->GetMotionMaster()->MoveIdle();
- --
- 1.7.10.msysgit.1
Advertisement
Add Comment
Please, Sign In to add comment