Кольца стакались в одном слоте потому что у них один тип.
This commit is contained in:
parent
522d1f6485
commit
413fe5355f
@ -65,7 +65,7 @@ SQL;
|
||||
self::getDressedItems();
|
||||
}
|
||||
while ($row = $this->DB->fetch_assoc()) {
|
||||
$this->dressedItem[$row['item_type']] = $row;
|
||||
$this->dressedItem[$row['dressed_slot']] = $row;
|
||||
}
|
||||
return $this->dressedItem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user