From 4f087754e277252955a7222baadfee385ac0244c Mon Sep 17 00:00:00 2001 From: sars Date: Wed, 16 Mar 2022 20:24:12 -0700 Subject: [PATCH] =?UTF-8?q?=EC=B0=B8=EA=B0=80=EC=A4=91=EC=9D=BC=EB=95=8C?= =?UTF-8?q?=EB=A7=8C=20=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20=EC=95=A1?= =?UTF-8?q?=ED=8B=B0=EB=B8=8C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index ad0f8374..ff3e890e 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -88,7 +88,7 @@ $serverName = UniqueConst::$serverName; $serverCnt = $gameStor->server_cnt; $auctionCount = $db->queryFirstField('SELECT count(`no`) FROM auction'); -$isTournamentActive = $gameStor->tournament > 0; +$isTournamentActive = $gameStor->tournament == 1; $isBettingActive = $gameStor->tournament == 6; $myNationStatic = getNationStaticInfo($generalObj->getNationID());