mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
[8715] Fixed possible crashes and some typos
This commit is contained in:
parent
b1888bb343
commit
f286a2e64e
5 changed files with 17 additions and 17 deletions
|
|
@ -457,7 +457,7 @@ void BattleGroundAB::Reset()
|
|||
//call parent's class reset
|
||||
BattleGround::Reset();
|
||||
|
||||
for (uint8 i = 0; i <= BG_TEAMS_COUNT; ++i)
|
||||
for (uint8 i = 0; i < BG_TEAMS_COUNT; ++i)
|
||||
{
|
||||
m_TeamScores[i] = 0;
|
||||
m_lastTick[i] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue