it works?!

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 16:12:53 +02:00
parent 8f639a5e74
commit e1fe5b7979
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class ShopItem extends Item
if ($this->count > 0) echo "<br><small>(Осталось: {$this->count} штук)</small>";
parent::printRequirements();
parent::printBonuses();
parent::printMagic();
}
/**