missed a c

This commit is contained in:
Anch
2023-10-24 16:06:10 +13:00
parent 34fb96e7f3
commit 36ba8950c9
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -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
)