Core/LFG: Fixes unable to join error

This commit is contained in:
hondacrx
2018-01-11 14:21:40 -05:00
parent 293b338106
commit f8d748056e
+1 -1
View File
@@ -438,7 +438,7 @@ namespace Game.DungeonFinding
if (joinData.result != LfgJoinResult.Ok)
break;
LfgType type = (LfgType)(it >> 24);
LfgType type = GetDungeonType(it);
switch (type)
{
case LfgType.RandomDungeon: