Re-introduction of cast target and skill target check.

This commit is contained in:
MobiusDevelopment
2021-11-03 05:35:14 +00:00
parent 0b5708fd83
commit d9cb58d31c
164 changed files with 930 additions and 213 deletions

View File

@@ -109,7 +109,6 @@ public class Synergy extends AbstractEffect
if (partyBuffSkill != null)
{
final WorldObject target = partyBuffSkill.getTarget(effector, effected, false, false, false);
if ((target != null) && target.isCreature())
{
SkillCaster.triggerCast(effector, (Creature) target, partyBuffSkill);