Minor corrections (#1582)

This commit is contained in:
Cole-SoD
2021-10-04 17:26:02 -04:00
committed by GitHub
parent 133c1e866c
commit 61d1eeab6f
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ EQ::ItemInstance* EQ::InventoryProfile::GetItem(int16 slot_id, uint8 bagidx) con
return GetItem(InventoryProfile::CalcSlotId(slot_id, bagidx));
}
// Put an item snto specified slot
// Put an item into specified slot
int16 EQ::InventoryProfile::PutItem(int16 slot_id, const ItemInstance& inst)
{
if (slot_id <= EQ::invslot::POSSESSIONS_END && slot_id >= EQ::invslot::POSSESSIONS_BEGIN) {