Fixed summon buffs not being casted.

Contributed by Olivka.
This commit is contained in:
MobiusDevelopment 2019-06-25 03:49:03 +00:00
parent 7b5ded4cd7
commit a51cc592af

View File

@ -97,7 +97,6 @@ public class SummonAI extends CreatureAI
if (checkTargetLost(target))
{
setCastTarget(null);
return;
}
final Skill skill = get_skill();