fix(monster): 修改怪物 477 的 AI 配置 ID

- 将怪物 477 的 aiConfigId 从 2 修改为 29
- 此修改可能会影响怪物的行为和战斗策略
This commit is contained in:
2025-01-21 22:52:46 +08:00
parent e7bbbe45c3
commit 631e6db05c

View File

@@ -12051,7 +12051,7 @@ Monster = {
targetMusicTate = 100,
},
[477] = {
aiConfigId = 2,
aiConfigId = 29,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,