Updated and enabled LFG packets

This commit is contained in:
hondacrx
2017-07-12 12:40:11 -04:00
parent 65802889c4
commit 195fea7a0b
11 changed files with 904 additions and 853 deletions
+1 -1
View File
@@ -1391,7 +1391,7 @@ namespace Game.Groups
{
partyUpdate.LfgInfos.HasValue = true;
partyUpdate.LfgInfos.Value.Slot = Global.LFGMgr.GetDungeon(m_guid);
partyUpdate.LfgInfos.Value.Slot = Global.LFGMgr.GetLFGDungeonEntry(Global.LFGMgr.GetDungeon(m_guid));
partyUpdate.LfgInfos.Value.BootCount = 0;
partyUpdate.LfgInfos.Value.Aborted = false;