L2NpcInstance npc = getNpc();
if(player == null || npc == null)
{
return;
}
player.teleToLocation(46776, 185784, -3528, 0);
show(player.isLangRus() ? "Я не знаю, как Вы попали сюда, но я могу Вас отправить за ограждение." : "I don't know from where you came here, but I can teleport you the another border side.", player, npc);
}
public String DialogAppend_30059(Integer val)
{