This commit is contained in:
2024-02-09 21:41:54 +02:00
parent be537b5dfc
commit 4470f80098
9 changed files with 1501 additions and 1492 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class Item
'iznosNOW' => $iNow,
'iznosMAX' => $iMax,
] = $item;
$this->durability = $iMax - $iNow;
$this->durability = (int)$iMax - (int)$iNow;
$stat = new Stat();
$stat->getBonus();
$dataArr = Conversion::dataStringToArray(strtolower($this->data));