diff options
Diffstat (limited to 'src/being/playerinfo.cpp')
-rw-r--r-- | src/being/playerinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index 0000825fe..d76de03fc 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -216,7 +216,7 @@ void setInventoryItem(const int index, const int id, if (itemType != ItemType::UNUSABLE && itemType != ItemType::USABLE) equipment = true; if (mInventory) - mInventory->setItem(index, id, amount, refine, equipment); + mInventory->setItem(index, id, amount, refine, 1, equipment, false); } Equipment *getEquipment() |