if (ItemFunctions.removeItem(player, 8073, 1, true) < 1)
{
player.sendPacket(new SystemMessage(SystemMessage.C1S_ITEM_REQUIREMENT_IS_NOT_SUFFICIENT_AND_CANNOT_BE_ENTERED).addName(player));
return;
}
ReflectionUtils.enterReflection(player, new Frintezza(), frintezzaIzId);
}
}
else
{
super.onBypassFeedback(player, command);