fortify potion + fix pinning check (#9089)
This commit is contained in:
@@ -485,7 +485,10 @@ export default {
|
||||
}),
|
||||
});
|
||||
|
||||
let specialItems = [];
|
||||
let specialItems = [{
|
||||
...getItemInfo(this.user, 'fortify'),
|
||||
showCount: false,
|
||||
}];
|
||||
|
||||
if (this.user.purchased.plan.customerId) {
|
||||
let gemItem = getItemInfo(this.user, 'gem');
|
||||
|
||||
Reference in New Issue
Block a user