warning fix

This commit is contained in:
Ovahlord
2022-01-21 15:00:53 +01:00
parent 67b19e741d
commit c076340347

View File

@@ -476,7 +476,7 @@ void BattlegroundAV::EndBattleground(uint32 winner)
}
}
for (int i = TEAM_ALLIANCE; i <= TEAM_HORDE; ++i)
for (uint8 i = TEAM_ALLIANCE; i <= TEAM_HORDE; ++i)
{
if (m_CaptainAlive[i])
{