少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-10 0e589f6d2b7ca0bb880e55de4f65fc6b905daa90
System/CrossServerBoss/CrossServerBossModel.cs
@@ -253,7 +253,7 @@
            sendInfo.NPCIDList = string.Format("[{0}]", string.Join(",", stringArray));
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void RequestBoxSurplusInfo()
@@ -263,7 +263,7 @@
            sendInfo.LineID = (ushort)PlayerDatas.Instance.baseData.dungeonLineId;
            sendInfo.NPCIDList = string.Format("[{0},{1}]", bigBoxNpcId, smallBoxNpcId);
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void RequestEliteSurplusInfo()
@@ -279,7 +279,7 @@
            sendInfo.NPCIDList = string.Format("[{0}]", string.Join(",", stringArray));
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void UpdateMonsterSurplusInfo(HA714_tagMCNPCCntList _npcInfoes)