Add missing Frame = user.ProfileFrame

This commit is contained in:
SELEKCJONER
2024-12-25 16:28:49 +01:00
parent a85b3fcc83
commit e9bcd7adfb

View File

@@ -109,7 +109,7 @@ namespace EpinelPS.LobbyServer
Level = user.userPointData.UserLevel, Level = user.userPointData.UserLevel,
Exp = user.userPointData.ExperiencePoint, Exp = user.userPointData.ExperiencePoint,
CostumeLv = 1, CostumeLv = 1,
Frame = 1, Frame = user.ProfileFrame,
Icon = user.ProfileIconId, Icon = user.ProfileIconId,
IconPrism = user.ProfileIconIsPrism, IconPrism = user.ProfileIconIsPrism,
InfraCoreExp = user.InfraCoreExp, InfraCoreExp = user.InfraCoreExp,