Setup/Sounds

* resolved duplicate naming of setup function
This commit is contained in:
Sarjuuk
2017-03-21 11:18:20 +01:00
parent 00de81c60d
commit c85ba1a208
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ if (!defined('AOWOW_REVISION'))
if (!CLI)
die('not in cli mode');
function sounds()
function soundfiles()
{
$ok = true;
@@ -14,7 +14,6 @@ if (!CLI)
$files = DB::Aowow()->selectCol('SELECT ABS(id) AS ARRAY_KEY, CONCAT(path, "/", `file`) FROM ?_sounds_files');
$nFiles = count($files);
$itr = $i = 0;
$nStep = 1000;
foreach ($files as $fileId => $filePath)
{
$i++;