|
|
@@ -583,7 +583,7 @@ namespace GameLogic.Combat.Skill
|
|
|
public void TimeLineTrigger(string groupName, ILifetCycleHitPoint targetEntity,
|
|
|
ITimelineFxLogic timelineFxLogic, TriggerData triggerData, ISkillFeatures skillFeatures)
|
|
|
{
|
|
|
- if (targetEntity == null || _isDis)
|
|
|
+ if (targetEntity == null || _isDis||CombatHeroEntity==null||CombatHeroEntity.CurrCombatHeroInfo==null)
|
|
|
{
|
|
|
return;
|
|
|
}
|