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