improvements

This commit is contained in:
kremsy
2014-01-03 19:31:30 +01:00
parent 176b9eef6d
commit 7b6ff4dcb8
3 changed files with 105 additions and 95 deletions

View File

@ -183,6 +183,7 @@ class StatisticManager {
trigger_error($mysqli->error);
return false;
}
$statement->bind_param('iiii', $serverId, $player->index, $statId, $value);
$statement->execute();
if($statement->error) {