fix(monster): 修改怪物 477 的 AI 配置 ID
- 将怪物 477 的 aiConfigId 从 2 修改为 29 - 此修改可能会影响怪物的行为和战斗策略
This commit is contained in:
		| @@ -12051,7 +12051,7 @@ Monster = { | ||||
| 		targetMusicTate = 100, | ||||
| 	}, | ||||
| 	[477] = { | ||||
| 		aiConfigId = 2, | ||||
| 		aiConfigId = 29, | ||||
| 		attackInterval = 1000, | ||||
| 		attackMusicId = "pttongyong-2", | ||||
| 		attackMusicRate = 100, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user