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