Remove servitor from player when it decays.
Contributed by enmity.
This commit is contained in:
@@ -338,6 +338,7 @@ public abstract class L2Summon extends L2Playable
|
|||||||
}
|
}
|
||||||
|
|
||||||
DecayTaskManager.getInstance().add(this);
|
DecayTaskManager.getInstance().add(this);
|
||||||
|
_owner.removeServitor(getObjectId());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user