Sync with L2jServer Ertheia Mar 27th 2015.
This commit is contained in:
@@ -5587,7 +5587,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
abortCast();
|
||||
return;
|
||||
}
|
||||
mut.setTargets(targetList.toArray(new L2Character[targetList.size()]));
|
||||
mut.setTargets(targetList.toArray(new L2Object[targetList.size()]));
|
||||
}
|
||||
|
||||
// Ensure that a cast is in progress
|
||||
|
@@ -43,7 +43,12 @@ public class L2ShuttleInstance extends L2Vehicle
|
||||
{
|
||||
super(template);
|
||||
setInstanceType(InstanceType.L2ShuttleInstance);
|
||||
setAI(new L2ShuttleAI(this));
|
||||
}
|
||||
|
||||
@Override
|
||||
public L2ShuttleAI initAI()
|
||||
{
|
||||
return new L2ShuttleAI(this);
|
||||
}
|
||||
|
||||
public List<L2ShuttleStop> getStops()
|
||||
|
Reference in New Issue
Block a user