From fdd492a8f478949d910ed0efd3e4a3ca3312ed9c Mon Sep 17 00:00:00 2001 From: Tsubasahane Date: Sat, 27 Dec 2025 19:53:49 +0800 Subject: [PATCH] introduce InstanceId --- LightlessSyncAPI/Dto/CharaData/CharaDataFullDto.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/LightlessSyncAPI/Dto/CharaData/CharaDataFullDto.cs b/LightlessSyncAPI/Dto/CharaData/CharaDataFullDto.cs index 726b4b2..4eaa391 100644 --- a/LightlessSyncAPI/Dto/CharaData/CharaDataFullDto.cs +++ b/LightlessSyncAPI/Dto/CharaData/CharaDataFullDto.cs @@ -59,6 +59,7 @@ public record struct LocationInfo [Key(4)] public uint WardId { get; set; } [Key(5)] public uint HouseId { get; set; } [Key(6)] public uint RoomId { get; set; } + [Key(7)] public uint InstanceId { get; set; } } [MessagePackObject]