mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Merge pull request #8143 from dumindux/Issue-8115
changed gemCost to include the amount of gems
This commit is contained in:
commit
9fe10b1818
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ module.exports = function purchase (user, req = {}, analytics) {
|
|||
itemKey: key,
|
||||
itemType: 'Market',
|
||||
acquireMethod: 'Gems',
|
||||
gemCost: item.value,
|
||||
gemCost: price * 4,
|
||||
category: 'behavior',
|
||||
headers: req.headers,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue