Fix deforestation protocol on 2.7

This commit is contained in:
zhaodice 2022-06-01 19:29:12 +08:00 committed by Melledy
parent 4beb4f904c
commit 7fe6c9658b

View File

@ -4,7 +4,6 @@ option java_package = "emu.grasscutter.net.proto";
import "Vector.proto"; import "Vector.proto";
message HitTreeNotify { message HitTreeNotify {
uint32 wood_type = 1; Vector hit_postion = 3;
uint32 unknown_data = 2; // if you know what it means, welcome to describe uint32 wood_type = 1;
Vector hit_postion = 3;
} }