Просмотр файла wofh/locations.php

Размер файла: 176B
<?
require"world/loc.g.elf.php";
require"world/loc.g.human.php";
require"world/loc.g.orc.php";
require"world/loc.g.telf.php";
$locations=array_merge($elf,$human,$orc,$telf);
?>