Misc fixes.

This commit is contained in:
hondacrx
2021-11-15 23:35:21 -05:00
parent 0292bb9c09
commit a7936eb46c
15 changed files with 77 additions and 97 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ namespace Game.PvP
void BroadcastWorker(IDoWork<Player> _worker, uint zoneId)
{
for (uint i = 0; i < SharedConst.BGTeamsCount; ++i)
for (uint i = 0; i < SharedConst.PvpTeamsCount; ++i)
{
foreach (var guid in m_players[i])
{