Core/ResModule/InstanceResourcesLoader.cs
@@ -498,6 +498,8 @@ } var _soSkill = _skillInfo.soFile; if (_soSkill != null) { for (int i = 0; i < _soSkill.animationEventList.Count; ++i) { if (_soSkill.animationEventList[i].frameEventType == E_FrameEventType.OnPlayEffect) @@ -537,3 +539,4 @@ } } } }