diff options
Diffstat (limited to 'src/game/BattleGroundEY.cpp')
| -rw-r--r-- | src/game/BattleGroundEY.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGroundEY.cpp b/src/game/BattleGroundEY.cpp index e9eba524349..ecf454d1cfe 100644 --- a/src/game/BattleGroundEY.cpp +++ b/src/game/BattleGroundEY.cpp @@ -166,6 +166,7 @@ void BattleGroundEY::AddPoints(uint32 Team, uint32 Points) { uint8 team_index = GetTeamIndexByTeamId(Team); m_TeamScores[team_index] += Points; + m_score[team_index] = m_TeamScores[team_index]; m_HonorScoreTics[team_index] += Points; if (m_HonorScoreTics[team_index] >= BG_EY_HonorScoreTicks[m_HonorMode]) { |
