mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix typo custsomerId -> customerId
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = function randomDrop (user, modifiers, req = {}) {
|
|||||||
user.markModified('party.quest.progress');
|
user.markModified('party.quest.progress');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.purchased && user.purchased.plan && user.purchased.plan.custsomerId) {
|
if (user.purchased && user.purchased.plan && user.purchased.plan.customerId) {
|
||||||
dropMultiplier = 2;
|
dropMultiplier = 2;
|
||||||
} else {
|
} else {
|
||||||
dropMultiplier = 1;
|
dropMultiplier = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user