From 5d7ca8d0796839b975d211268df29a7e12449364 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Tue, 28 Feb 2023 09:12:06 +0800 Subject: [PATCH] Melon 3.5 --- proto/WinterCampRecvItemNotify.proto | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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; } +