| Fight/GameActor/BattleEffectPlayRule.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Fight/GameActor/BattleEffectPlayRule.cs
@@ -62,8 +62,15 @@ // 选中英雄必显示 if (_hero.SelectTarget != null) { if (_hero.SelectTarget.ServerInstID == sid || _hero.LockTarget.ServerInstID == sid) if (_hero.SelectTarget.ServerInstID == sid) { return true; } } if (_hero.LockTarget != null) { if (_hero.LockTarget.ServerInstID == sid) { return true; }