@@ -1552,12 +1552,10 @@ class Dungeon
|
||||
'SELECT * FROM `dungeon_actions` WHERE `uid` = "' . $u->info['id'] . '" AND `dn` = "' . $this->info['id'] . '" AND `vars` = "luck_itm' . $pl['id'] . '" LIMIT 1'
|
||||
)
|
||||
);
|
||||
if (!isset($fxv['id'])) {
|
||||
//Розыгрыш
|
||||
if ($this->info['bsid'] == 0) {
|
||||
$action = 'javascript: top.fartgame(\'' . $pl['id'] . '\',\'' . $pl['img'] . '\',\'' . $pl['name'] . '\',1,\'\');';
|
||||
$tk = 1;
|
||||
}
|
||||
//Розыгрыш
|
||||
if (!isset($fxv['id']) && $this->info['bsid'] == 0) {
|
||||
$action = "javascript: top.fartgame('{$pl['id']}', '{$pl['img']}', '{$pl['name']}')";
|
||||
$tk = 1;
|
||||
}
|
||||
}
|
||||
if ($tk == 0) {
|
||||
|
||||
Reference in New Issue
Block a user