[9788] If we use "debug bg" it must ignore that we are lonely on the bg.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Alex Bolotsin 2010-04-24 10:27:00 +04:00 committed by VladimirMangos
parent 108f683469
commit 6ad2d18f1a
2 changed files with 2 additions and 2 deletions

View file

@ -369,7 +369,7 @@ void BattleGround::Update(uint32 diff)
EndBattleGround(winner); EndBattleGround(winner);
m_PrematureCountDown = false; m_PrematureCountDown = false;
} }
else else if (!sBattleGroundMgr.isTesting())
{ {
uint32 newtime = m_PrematureCountDownTimer - diff; uint32 newtime = m_PrematureCountDownTimer - diff;
// announce every minute // announce every minute

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9787" #define REVISION_NR "9788"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__