토너먼트 롤백

This commit is contained in:
2020-05-01 23:41:41 +09:00
parent 9a6f9f0a5e
commit 8cc406260d
+1 -1
View File
@@ -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 = "<font color=orange>".$name."</font>"; }
elseif($npc >= 2) { $name = "<font color=cyan>".$name."</font>"; }
elseif($npc == 1) { $name = "<font color=skyblue>".$name."</font>"; }