Fix unkname:
- InvestigationMonster Fix name wrong: - MapMarkPoint?
This commit is contained in:
parent
a9e9edaa81
commit
2d8fea02c7
|
@ -15,6 +15,6 @@ message GetInvestigationMonsterRsp {
|
|||
}
|
||||
|
||||
int32 retcode = 6;
|
||||
repeated InvestigationMonster Unk3300_EEBEOCMAIKN = 2;
|
||||
repeated InvestigationMonster monster_list = 2;
|
||||
bool isForMark = 11;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue