mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Fix Field
This commit is contained in:
@@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket
|
||||
{
|
||||
var proto = new RogueModifierAddNotify
|
||||
{
|
||||
Modifier = modifier.ToProto()
|
||||
CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto()
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
Reference in New Issue
Block a user