fix add VorBoltRemoverFakeItem
This commit is contained in:
parent
4d88776bc9
commit
f77d17b713
@ -370,7 +370,7 @@ export const addItem = async (
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (typeName in miscItems) {
|
||||
if (miscItems.includes(typeName)) {
|
||||
const miscItemChanges = [
|
||||
{
|
||||
ItemType: typeName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user