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