Fix Field

This commit is contained in:
StopWuyu
2024-10-13 10:55:49 +08:00
parent b98dab870e
commit 2df9713bd6
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket
{
var proto = new RogueModifierAddNotify
{
Modifier = modifier.ToProto()
CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto()
};
SetData(proto);