diff --git a/classes/InventoryItem.php b/classes/InventoryItem.php
index 686f208..65359c5 100644
--- a/classes/InventoryItem.php
+++ b/classes/InventoryItem.php
@@ -26,7 +26,7 @@ NAME;
public function printImage()
{
if (!in_array($this->type,[12,50,200])) {
- echo "item_id} title='Надеть'>";
+ echo "id} title='Надеть'>";
parent::printImage();
echo "";
}