Sync with L2jServer HighFive Sep 18th 2015.
This commit is contained in:
@ -92,7 +92,7 @@ public class SkillChannelizer implements Runnable
|
||||
}
|
||||
|
||||
// Cancel the task and unset it.
|
||||
_task.cancel(false);
|
||||
_task.cancel(true);
|
||||
_task = null;
|
||||
|
||||
// Cancel target channelization and unset it.
|
||||
@ -126,7 +126,10 @@ public class SkillChannelizer implements Runnable
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_skill == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
try
|
||||
{
|
||||
if (_skill.getMpPerChanneling() > 0)
|
||||
|
Reference in New Issue
Block a user