reverse id, blame it on hiro xd
(This fixes a strange bug that makes enemies sometimes appear in the shadows when attacking)
This commit is contained in:
parent
f3ef8fbf64
commit
8a6b1ef32e
|
@ -1,12 +1,8 @@
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
message AiSyncInfo {
|
message AiSyncInfo {
|
||||||
uint32 entityId = 1;
|
uint32 entityId = 1;
|
||||||
bool has_path_to_target = 2;
|
bool is_self_killing = 2;
|
||||||
bool is_self_killing = 10;
|
bool has_path_to_target = 10;
|
||||||
}
|
}
|
Loading…
Reference in New Issue