| Main/Core/NetworkPackage/CustomServerPack/CustomHB426CombinePack.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Core/NetworkPackage/CustomServerPack/CustomHB426CombinePack.cs
@@ -325,6 +325,11 @@ if (startTag.Tag.StartsWith("Skill_")) { if (packList.Count <= 0) { Debug.LogError("No HB427_tagSCUseSkill found in packList." + startTag.Tag); return null; } HB427_tagSCUseSkill skill = packList[0] as HB427_tagSCUseSkill; packList.RemoveAt(0); if (null == skill)