typo in query

This commit is contained in:
lopar 2019-01-09 23:12:57 +02:00
parent 012c1da3c7
commit 41701d2225
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include('functions.php');
if ($user['klan'] == '') {
die();
}
$is_now = db::c()->query('SELECT `id`, FROM `abils_klan` WHERE `klan` = ?i', $user['klan'])->fetch_assoc();
$is_now = db::c()->query('SELECT `id` FROM `abils_klan` WHERE `klan` = ?i', $user['klan'])->fetch_assoc();
$clan = db::c()->query('SELECT `glava` FROM `clans` WHERE `id` = ?i', $user['klan'])->fetch_assoc();
$cost = array(1, 2, 10, 0.50, 0.80, 1, 1, 0.10, 0.20, 4, 0.02, 20, 10, 1, 1);
$mag = array('sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone');