fix: fix a small issue with the “Blitzmacher” talent
This commit is contained in:
parent
8728a983dc
commit
e531e3d6ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue