Pass in the showEquipPrompt flag since we don't want it when making items directly from the sheet
This commit is contained in:
parent
9e7ef02f62
commit
a2b6fd8dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export async function createItemFromElement(target, { parent } = {}) {
|
|||
const type = data.defaultItemType;
|
||||
await Item.createDialog(
|
||||
{ type },
|
||||
{ parent },
|
||||
{ parent, showEquipPrompt: false },
|
||||
{
|
||||
types,
|
||||
folders: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue