WIP
This commit is contained in:
@@ -208,7 +208,7 @@ if (!$isBattle) {
|
||||
}
|
||||
|
||||
|
||||
$js .= '$("#priems").html("' . $priem->seeMy(2) . '");';
|
||||
$js .= '$("#priems").html("' . $priem->seeMy() . '");';
|
||||
$jslog = $btl->lookmLog() . $btl->lookLog();
|
||||
if ($jslog != '') {
|
||||
$js = $jslog . $js;
|
||||
|
||||
@@ -190,7 +190,7 @@ if (!$isBattle) {
|
||||
|
||||
$rehtml = '';
|
||||
if (!isset($CRON_CORE)) {
|
||||
$js .= '$("#priems").html("' . $priem->seeMy(2) . '");';
|
||||
$js .= '$("#priems").html("' . $priem->seeMy() . '");';
|
||||
$jslog = $btl->lookmLog();
|
||||
$jslog .= $btl->lookLog();
|
||||
if ($jslog != '') {
|
||||
|
||||
@@ -193,7 +193,7 @@ if (isset($_POST['atack'], $_POST['block']) || (isset($_POST['id']) && $_POST['i
|
||||
|
||||
$rehtml = '';
|
||||
if (!isset($CRON_CORE)) {
|
||||
$js .= '$("#priems").html("' . $priem->seeMy(2) . '");';
|
||||
$js .= '$("#priems").html("' . $priem->seeMy() . '");';
|
||||
//if(!isset($_POST['usepriem'])) {
|
||||
$jslog = $btl->lookLog();
|
||||
if ($jslog != '') {
|
||||
|
||||
Reference in New Issue
Block a user