From 8cc406260dd3037f9037169b71085eb5cebabe62 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 1 May 2020 23:41:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20?= =?UTF-8?q?=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_tournament.php b/hwe/func_tournament.php index 7f4cf9b9..7540bf8e 100644 --- a/hwe/func_tournament.php +++ b/hwe/func_tournament.php @@ -167,7 +167,7 @@ function getTournament(int $tnmt) { ][$tnmt]??"TOURNAMENT_TYPE_ERR_{$tnmt}"; } -function printRow(int $k, int $npc, string $name, int $abil, int $tgame, int $win, int $draw, int $lose, int $gd, int $gl, int $prmt) { +function printRow($k, $npc, $name, $abil, $tgame, $win, $draw, $lose, $gd, $gl, $prmt) { if($prmt > 0) { $name = "".$name.""; } elseif($npc >= 2) { $name = "".$name.""; } elseif($npc == 1) { $name = "".$name.""; }