mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 23:19:56 +08:00
fix no melee attach and adjust skill particle amount
This commit is contained in:
committed by
Melledy
Unverified
parent
b57cf83bbd
commit
6a9018e310
@@ -13,7 +13,7 @@ public class PacketEntityAiSyncNotify extends BasePacket {
|
||||
EntityAiSyncNotify.Builder proto = EntityAiSyncNotify.newBuilder();
|
||||
|
||||
for (int monsterId : notify.getLocalAvatarAlertedMonsterListList()) {
|
||||
proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId));
|
||||
proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId).setHasPathToTarget(true));
|
||||
}
|
||||
|
||||
this.setData(proto);
|
||||
|
||||
Reference in New Issue
Block a user