diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 3b552d30c..75cb1b244 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -263,7 +263,7 @@ BattleGround::BattleGround() m_TeamScores[BG_TEAM_HORDE] = 0; m_PrematureCountDown = false; - m_PrematureCountDown = 0; + m_PrematureCountDownTimer = 0; m_StartDelayTimes[BG_STARTING_EVENT_FIRST] = BG_START_DELAY_2M; m_StartDelayTimes[BG_STARTING_EVENT_SECOND] = BG_START_DELAY_1M; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index dbb05e17f..bf04c4820 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 "10805" + #define REVISION_NR "10806" #endif // __REVISION_NR_H__