mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
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:
@@ -1,12 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
message AiSyncInfo {
|
||||
uint32 entityId = 1;
|
||||
bool has_path_to_target = 2;
|
||||
bool is_self_killing = 10;
|
||||
}
|
||||
bool is_self_killing = 2;
|
||||
bool has_path_to_target = 10;
|
||||
}
|
Reference in New Issue
Block a user