Переезд lookstats отовсюду в 1 класс.

This commit is contained in:
2023-04-16 01:54:07 +03:00
parent 2d63efd915
commit 3dc4cf7284
76 changed files with 1112 additions and 1124 deletions

View File

@@ -1,5 +1,7 @@
<?php
//Феерверк
use Core\ConversionHelper;
if (!defined('GAME')) {
die();
}
@@ -18,7 +20,7 @@ if ($u->room['id'] != '9') {
$cmsg->setType(6);
$cmsg->setTypeTime(2);
$po = $u->lookStats($itm['data']);
$po = ConversionHelper::dataStringToArray($itm['data']);
$fid = 'fw04';
if (isset($po['feerverk_eff'])) {
$fid = $po['feerverk_eff'];