| Fight/GameActor/GActorPlayerBase.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Fight/GameActor/GActorPlayerBase.cs
@@ -2240,7 +2240,20 @@ { if (index >= 0 && index < JobSetup.ComAtkIdList.Length) { return JobSetup.ComAtkIdList[index]; if (this is GA_NpcFightZZPlayer) { switch (JobSetup.Job) { case 1: return 12500 + index; case 2: return 12600 + index; } } else { return JobSetup.ComAtkIdList[index]; } } return -1; }