Fix unkname:

- InvestigationMonster
Fix name wrong:
- MapMarkPoint?
This commit is contained in:
Akbar Yahya 2023-01-29 08:22:48 +08:00
parent a9e9edaa81
commit 2d8fea02c7
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ message GetInvestigationMonsterRsp {
} }
int32 retcode = 6; int32 retcode = 6;
repeated InvestigationMonster Unk3300_EEBEOCMAIKN = 2; repeated InvestigationMonster monster_list = 2;
bool isForMark = 11; bool isForMark = 11;
} }

View File

@ -8,7 +8,7 @@ import "MapMarkPointType.proto";
import "MapMarkFromType.proto"; import "MapMarkFromType.proto";
message MapMarkPoint { message MapMarkPoint {
uint32 sceneId = 1; uint32 sceneId = 1;
string createTime = 2; string name = 2;
Vector pos = 3; Vector pos = 3;
MapMarkPointType pointType = 4; MapMarkPointType pointType = 4;
uint32 monsterId = 5; uint32 monsterId = 5;