Core/LFG: Fixes unable to join error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user