mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
warning fix
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user