mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[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:
parent
108f683469
commit
6ad2d18f1a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue