yyl
2025-09-11 9919c1f6f91d61e576ea37b459e489a790a89407
Main/Core/NetworkPackage/CustomServerPack/CustomHB426CombinePack.cs
@@ -197,6 +197,9 @@
            HB427_tagSCUseSkill skill = packList[0] as HB427_tagSCUseSkill;
            packList.Remove(skill);
            BattleObject _caster = battleField.battleObjMgr.GetBattleObject((int)skill.ObjID);
            // BattleDebug.LogError("_caster == null : " + (_caster == null) + " skill.ObjID : " + skill.ObjID);
            SkillRecordAction skillAction = new SkillRecordAction(battleField, _caster, skill, packList);
            return skillAction;
        }