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