merge: merge branch 'master' of github.com:EggLinks/DanhengServer

This commit is contained in:
Somebody
2025-05-03 15:45:57 +08:00

View File

@@ -309,8 +309,8 @@ public class EntryPoint
foreach (var info in avatar.PathInfoes)
{
if (info.Value.PathId == 0)
info.Value.PathId = info.Key;
formalAvatar.PathInfos.Add(info.Key, new PathInfo(info.Value.PathId)
info.Value.PathId = avatar.AvatarId;
formalAvatar.PathInfos.Add(info.Value.PathId, new PathInfo(info.Value.PathId)
{
PathId = info.Value.PathId,
EquipId = info.Value.EquipId,
@@ -379,4 +379,4 @@ public class EntryPoint
DanhengConnection.LogMap.TryAdd(value, name);
}
}
}
}