From 5d8ceb935c507c156659ff21bb7efc661c2a0d8c Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 6 Feb 2023 14:39:05 +0800 Subject: [PATCH] fix: update csv --- models.proto | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/models.proto b/models.proto index 2b0b3b3..ccd04b9 100644 --- a/models.proto +++ b/models.proto @@ -20,12 +20,10 @@ message Hero { string role_id = 2; int32 type = 3; int32 level = 4; - int32 rein_count = 5; - int32 rein_point = 6; - int32 exp = 7; - map skills = 8; - map equipments = 9; - int32 advance = 10; + int32 exp = 5; + map skills = 6; + map equipments = 7; + int32 advance = 8; } message Equipment { -- libgit2 0.21.2