From 6ad2d18f1a64814eb1d87913af7997c1bf7237de Mon Sep 17 00:00:00 2001 From: Alex Bolotsin Date: Sat, 24 Apr 2010 10:27:00 +0400 Subject: [PATCH] [9788] If we use "debug bg" it must ignore that we are lonely on the bg. Signed-off-by: VladimirMangos --- src/game/BattleGround.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 879aa8adb..ec4a426ac 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -369,7 +369,7 @@ void BattleGround::Update(uint32 diff) EndBattleGround(winner); m_PrematureCountDown = false; } - else + else if (!sBattleGroundMgr.isTesting()) { uint32 newtime = m_PrematureCountDownTimer - diff; // announce every minute diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 07c513c4d..733f9475b 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9787" + #define REVISION_NR "9788" #endif // __REVISION_NR_H__