Fix for servitor not disappearing from UI.
Contributed by Mathael.
This commit is contained in:
parent
e9c1218109
commit
c8245111ac
@ -173,6 +173,7 @@ public class L2ServitorInstance extends L2Summon implements Runnable
|
||||
}
|
||||
|
||||
CharSummonTable.getInstance().removeServitor(getOwner(), getObjectId());
|
||||
getOwner().removeServitor(getObjectId());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user