missed a c
This commit is contained in:
parent
34fb96e7f3
commit
36ba8950c9
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
ProfessionMenu/.vscode/settings.json
|
||||
|
|
@ -194,8 +194,7 @@ function PM:AddItem(itemID)
|
|||
'text', text,
|
||||
'icon', icon,
|
||||
'secure', secure,
|
||||
'fun', function() if not PM:HasItem(itemID) then RequestDeliverVanityCollectionItem(itemID) else if PM.db.deleteAltar then PM:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") end dewdrop:Close() end end,
|
||||
'closeWhenClicked', true,
|
||||
'func', function() if not PM:HasItem(itemID) then RequestDeliverVanityCollectionItem(itemID) else if PM.db.DeleteItem then PM:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") end dewdrop:Close() end end,
|
||||
'textHeight', 12,
|
||||
'textWidth', 12
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue