少年修仙传客户端代码仓库
client_Hale
2018-09-03 017016e8b50a63d8e5a276e8827dc2bf2147e6b1
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -356,7 +356,7 @@
                // 主角血量扣除的补充
                if (_target.ServerInstID == PlayerDatas.Instance.PlayerId)
                {
                    PlayerDatas.Instance.FightRefreshPlayerHp(_target.ActorInfo.SyncServerHp);
                    PlayerDatas.Instance.FightRefreshPlayerHp((uint)_target.ActorInfo.SyncServerHp);
                }
            }