casucristy

qqqqqqqqq

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