}
// Remove Tamed Beast
if (player.getTrainedBeast() != null)
{
L2TamedBeastInstance traindebeast = player.getTrainedBeast();
traindebeast.stopAllEffects();
traindebeast.doDespawn();
}
if (Config.REMOVE_CUBIC_OLYMPIAD)
{
if(player.getCubics() != null)