diff --git a/proto/HitTreeNotify.proto b/proto/HitTreeNotify.proto index 7d547eb1f..0cebefce0 100644 --- a/proto/HitTreeNotify.proto +++ b/proto/HitTreeNotify.proto @@ -4,6 +4,6 @@ option java_package = "emu.grasscutter.net.proto"; import "Vector.proto"; message HitTreeNotify { - Vector hit_postion = 3; - uint32 wood_type = 1; + Vector hit_postion = 1; + uint32 wood_type = 2; }