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;