diff --git a/proto/WinterCampRecvItemNotify.proto b/proto/WinterCampRecvItemNotify.proto index 52df74c7..64529873 100644 --- a/proto/WinterCampRecvItemNotify.proto +++ b/proto/WinterCampRecvItemNotify.proto @@ -2,18 +2,11 @@ syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; - - import "WinterCampRecvItemData.proto"; +// Name: OAGALFMPOHL +// CmdId: 8740 message WinterCampRecvItemNotify { - //enum DODOHPBBHLL { - // option allow_alias= true; - // NONE = 0; - // PEPPOHPHJOJ = 8667; - // DCDNILFDFLB = 0; - // NNBKOLMPOEA = 1; - //} - - WinterCampRecvItemData recvItemData = 5; + WinterCampRecvItemData recv_item_data = 9; } +