From 2d8fea02c737b5a8d62d084b76dff392898cd603 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Sun, 29 Jan 2023 08:22:48 +0800 Subject: [PATCH] Fix unkname: - InvestigationMonster Fix name wrong: - MapMarkPoint? --- proto/GetInvestigationMonsterRsp.proto | 2 +- proto/MapMarkPoint.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/GetInvestigationMonsterRsp.proto b/proto/GetInvestigationMonsterRsp.proto index 4ba4c843..36c912cf 100644 --- a/proto/GetInvestigationMonsterRsp.proto +++ b/proto/GetInvestigationMonsterRsp.proto @@ -15,6 +15,6 @@ message GetInvestigationMonsterRsp { } int32 retcode = 6; - repeated InvestigationMonster Unk3300_EEBEOCMAIKN = 2; + repeated InvestigationMonster monster_list = 2; bool isForMark = 11; } diff --git a/proto/MapMarkPoint.proto b/proto/MapMarkPoint.proto index ebec7d2f..f095035d 100644 --- a/proto/MapMarkPoint.proto +++ b/proto/MapMarkPoint.proto @@ -8,7 +8,7 @@ import "MapMarkPointType.proto"; import "MapMarkFromType.proto"; message MapMarkPoint { uint32 sceneId = 1; - string createTime = 2; + string name = 2; Vector pos = 3; MapMarkPointType pointType = 4; uint32 monsterId = 5;