Fix for servitor not disappearing from UI.

Contributed by Mathael.
This commit is contained in:
MobiusDev 2016-03-15 19:41:51 +00:00
parent e9c1218109
commit c8245111ac

View File

@ -173,6 +173,7 @@ public class L2ServitorInstance extends L2Summon implements Runnable
}
CharSummonTable.getInstance().removeServitor(getOwner(), getObjectId());
getOwner().removeServitor(getObjectId());
return true;
}