fix: fix a small issue with the “Blitzmacher” talent

This commit is contained in:
Johannes Loher 2022-11-21 03:03:21 +01:00
parent 8728a983dc
commit e531e3d6ef

View file

@ -3692,7 +3692,7 @@
"itemEffectConfig": {
"applyToItems": true,
"itemName": "",
"condition": "'@item.type' === 'spell' && @item.data.spellGroups.lightning && item.data.spellGroups.damage"
"condition": "'@item.type' === 'spell' && @item.data.spellGroups.lightning && @item.data.spellGroups.damage"
}
}
},