From f32e8a72540487a8e0b6bc9c174019a1d88f943e Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 29 Aug 2020 14:57:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D1=80=D0=B8=D1=86=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D1=81=D0=B8=D0=BB=D0=B0?= =?UTF-8?q?=20=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B0=D0=BB=D0=B0=D1=81=D1=8C.=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Item.php b/classes/Item.php index 8c590cd..dd8a265 100644 --- a/classes/Item.php +++ b/classes/Item.php @@ -135,7 +135,7 @@ IMG; if ($this->need_wisdom > 0) { echo "
Требуется мудрость" . $this->wrap($this->need_wisdom); } - if ($this->add_strength > 0) { + if ($this->add_strength) { echo "
Сила" . $this->wrap($this->add_strength); } if ($this->add_dexterity) {