From e531e3d6ef791e1fda62ff68335373cc63123500 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 21 Nov 2022 03:03:21 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20fix=20a=20small=20issue=20with=20the=20?= =?UTF-8?q?=E2=80=9CBlitzmacher=E2=80=9D=20talent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packs/talents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/talents.json b/packs/talents.json index e6bbed9a..632f613b 100644 --- a/packs/talents.json +++ b/packs/talents.json @@ -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" } } },