4,660
edits
(Fixed error) |
mNo edit summary |
||
Line 232: | Line 232: | ||
local gloveItem = Items.getItemByID(purchase.contains.itemCharges.id) | local gloveItem = Items.getItemByID(purchase.contains.itemCharges.id) | ||
local chargeQty = purchase.contains.itemCharges.quantity | local chargeQty = purchase.contains.itemCharges.quantity | ||
if | if gloveItem.sellsForCurrency ~= nil then | ||
currency = | currency = gloveItem.sellsForCurrency | ||
end | end | ||
if gloveItem ~= nil then | if gloveItem ~= nil then |