|
@@ -121,13 +121,12 @@ namespace XmdsCommonSkill.Plugin.CardSkill
|
|
|
//log.Error("JSGCardSkillBase unitLaunchSpell launch_null 3: " + spellID + ", CardSkillID: " + this.SkillID);
|
|
|
return;
|
|
|
}
|
|
|
-
|
|
|
- //hitter = hateUnit.Virtual as XmdsVirtual;
|
|
|
- //if(hitter == null)
|
|
|
- //{
|
|
|
- // log.Error("JSGCardSkillBase unitLaunchSpell launch_null 2: " + spellID + ", CardSkillID: " + this.SkillID);
|
|
|
- // return;
|
|
|
- //}
|
|
|
+ hitter = hateUnit.Virtual as XmdsVirtual;
|
|
|
+ if (hitter == null)
|
|
|
+ {
|
|
|
+ log.Error("JSGCardSkillBase unitLaunchSpell launch_null 2: " + spellID + ", CardSkillID: " + this.SkillID);
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
LaunchSpell launchSpll = ComSpellTemplate.Instance().GetCardSpell(spellID);
|