{
if(Config.DEBUG)
{
_log.fine("Teleporting player " + player.getName() + " to new location: " + list.getLocX() + ":" + list.getLocY() + ":" + list.getLocZ());
}
L2BossZone _zone = GrandBossManager.getInstance().getZone(list.getLocX(), list.getLocY(), list.getLocZ());
_zone.allowPlayerEntry(player, 300);
player.teleToLocation(list.getLocX(), list.getLocY(), list.getLocZ(), true);
}
else if(!list.getIsForNoble() && (Config.ALT_GAME_FREE_TELEPORT || player.reduceAdena("Teleport", list.getPrice(), this, true)))
{
if(Config.DEBUG)