Броня была типом амулетов.

This commit is contained in:
lopar 2019-01-12 12:08:20 +02:00
parent ff8c850d51
commit 6528e58d10
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ abstract class Item
case 1: $this->typename = 'Серьги'; break;
case 2: $this->typename = 'Ожерелье'; break;
case 3: $this->typename = 'Оружие'; break;
case 4: $this->typename = 'Серьги'; break;
case 4: $this->typename = 'Броня'; break;
case 5: $this->typename = 'Кольцо'; break;
case 8: $this->typename = 'Шлем'; break;