少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-09 97d01eea9716066edd332954850443bbfa5c1189
5725 【前端】【1.5】跨服BOSS开发
1个文件已修改
10 ■■■■■ 已修改文件
System/PlayerDead/PlayerDeadModel.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/PlayerDead/PlayerDeadModel.cs
@@ -399,6 +399,14 @@
    {
        C0305_tagCCliectReborn reborn = new C0305_tagCCliectReborn();
        reborn.Type = (byte)rebornType;
        GameNetSystem.Instance.SendInfo(reborn);
        if (CrossServerUtility.IsCrossServer())
        {
            GameNetSystem.Instance.SendToCrossServer(reborn);
        }
        else
        {
            GameNetSystem.Instance.SendInfo(reborn);
        }
    }
}