From 8f1273d1b78e694f9fb4b725f00c77c6616dcc71 Mon Sep 17 00:00:00 2001 From: zhaodice <63996691+zhaodice@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:30:13 +0800 Subject: [PATCH] ? --- proto/HitTreeNotify.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }