diff --git a/GameServer/Game/ChessRogue/Cell/ChessRogueCellInstance.cs b/GameServer/Game/ChessRogue/Cell/ChessRogueCellInstance.cs index 5195a5a3..03dc176b 100644 --- a/GameServer/Game/ChessRogue/Cell/ChessRogueCellInstance.cs +++ b/GameServer/Game/ChessRogue/Cell/ChessRogueCellInstance.cs @@ -196,7 +196,7 @@ public class ChessRogueCellInstance RoomId = (uint)RoomId, //PLOEJLHMONC = true, //PosX = (uint)GetRow(), - MarkType = (uint)MarkType + //MarkType = (uint)MarkType }; if (CellAdvanceInfo.Count <= 0) return info; diff --git a/GameServer/Game/ChessRogue/Modifier/ChessRogueDiceModifierInstance.cs b/GameServer/Game/ChessRogue/Modifier/ChessRogueDiceModifierInstance.cs index 36fc205f..f233bc9b 100644 --- a/GameServer/Game/ChessRogue/Modifier/ChessRogueDiceModifierInstance.cs +++ b/GameServer/Game/ChessRogue/Modifier/ChessRogueDiceModifierInstance.cs @@ -90,7 +90,7 @@ public class ChessRogueDiceModifierInstance(int modifierId, ChessRogueDiceSurfac }, ModifierInfo = new ChessRogueModifierInfo { - LBMGNJJEPFM = { SelectableCells.Select(x => (uint)x) }, + GNDJCFDJHEJ = { SelectableCells.Select(x => (uint)x) }, SelectCellId = (uint)SelectedCell, Confirm = IsConfirmed } diff --git a/GameServer/Server/Packet/Send/RogueModifier/PacketRogueModifierAddNotify.cs b/GameServer/Server/Packet/Send/RogueModifier/PacketRogueModifierAddNotify.cs index 01ccdaf3..3f965f51 100644 --- a/GameServer/Server/Packet/Send/RogueModifier/PacketRogueModifierAddNotify.cs +++ b/GameServer/Server/Packet/Send/RogueModifier/PacketRogueModifierAddNotify.cs @@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket { var proto = new RogueModifierAddNotify { - Modifier = modifier.ToProto() + CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto() }; SetData(proto);