From 29c8c3d0afdeb55d348d948124870343b47cf44d Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 24 Apr 2017 00:53:57 +0200 Subject: [PATCH] Misc/Debug * remove leftover output --- setup/tools/filegen/simpleImg.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/tools/filegen/simpleImg.func.php b/setup/tools/filegen/simpleImg.func.php index 0c05d070..fee11f02 100644 --- a/setup/tools/filegen/simpleImg.func.php +++ b/setup/tools/filegen/simpleImg.func.php @@ -455,7 +455,7 @@ if (!CLI) preg_match('/\/([^\/]+)\.blp$/i', $path, $m); return $m ? $m[1] : null; }, $missing); - var_dump($iconNames); + DB::Aowow()->query('UPDATE ?_icons SET cuFlags = cuFlags | ?d WHERE name IN (?a)', CUSTOM_EXCLUDE_FOR_LISTVIEW, $iconNames); asort($missing);