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());