Reupload after bitbucket wipe

This commit is contained in:
Chris Lynch
2013-12-25 18:43:29 -05:00
commit 965453909e
5942 changed files with 99045 additions and 0 deletions

15
web/updater/11.php Normal file
View File

@ -0,0 +1,15 @@
<?php
if ( !defined('IN_UPDATER') )
{
die('Do not access this file directly.');
}
$db->query("
UPDATE hlstats_Actions a INNER JOIN hlstats_Games b on a.game = b.code SET for_PlayerPlayerActions = '0', for_PlayerActions = '1' WHERE realgame='tf' AND a.code LIKE '%_extinguish'
");
$db->query("
UPDATE hlstats_Options SET `value` = '11' WHERE `keyname` = 'dbversion'
");
?>