Fixed summon buffs not being casted.
Contributed by Olivka.
This commit is contained in:
parent
7b5ded4cd7
commit
a51cc592af
@ -97,7 +97,6 @@ public class SummonAI extends CreatureAI
|
||||
if (checkTargetLost(target))
|
||||
{
|
||||
setCastTarget(null);
|
||||
return;
|
||||
}
|
||||
|
||||
final Skill skill = get_skill();
|
||||
|
Loading…
Reference in New Issue
Block a user