class fixes

This commit is contained in:
lopar
2018-03-03 13:52:34 +02:00
parent fa508e4e0f
commit 80a1d8344a
2 changed files with 132 additions and 127 deletions

View File

@@ -7,7 +7,6 @@
class nick
{
private $invis;
private $user_data;
/**
@@ -31,6 +30,12 @@ class nick
$this->user_data['login'] = 'Невидимка';
$this->user_data['level'] = '??';
}
if ($this->user_data['align']) {
$n.= sprintf('<img src="i/align_%s.gif">', $this->user_data['align']);
}
if ($this->user_data['klan']) {
$n. = sprintf('');
}
// if ($this->invis){
// // db::c()->query('SELECT `time` FROM `effects` WHERE `owner` = ?i AND `type` = ?i', $id, 1022)->fetch_assoc();
// $user['login'] = 'невидимка';