Remove servitor from player when it decays.

Contributed by enmity.
This commit is contained in:
MobiusDev 2016-03-18 07:32:59 +00:00
parent e84c9eaabd
commit 0ce82d0e9b

View File

@ -338,6 +338,7 @@ public abstract class L2Summon extends L2Playable
}
DecayTaskManager.getInstance().add(this);
_owner.removeServitor(getObjectId());
return true;
}