Fix build

This commit is contained in:
Hondacrx
2025-12-08 14:50:46 -05:00
parent cef7237f8a
commit 057673d00b
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ namespace Game
uint avgTime = 0;
GroupQueueInfo ginfo = null;
ObjectGuid errorGuid;
ObjectGuid errorGuid = ObjectGuid.Empty;
GroupJoinBattlegroundResult err = GroupJoinBattlegroundResult.None;
if (!Global.BattlegroundMgr.IsArenaTesting())
err = group.CanJoinBattlegroundQueue(bgTemplate, bgQueueTypeId, (uint)arenatype, (uint)arenatype, true, packet.TeamSizeIndex, out errorGuid);