From 2ebe8d80e95f332c8620fbbcde1f0efceef2f6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 25 Apr 2024 15:15:07 +0200 Subject: [PATCH] fix ei poison piercing --- themes/fonts/icon fonts/font-icons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/fonts/icon fonts/font-icons.less b/themes/fonts/icon fonts/font-icons.less index be8efa734..f7470fc62 100644 --- a/themes/fonts/icon fonts/font-icons.less +++ b/themes/fonts/icon fonts/font-icons.less @@ -40,8 +40,8 @@ &.force::before { content : '\E910'; } &.lightning::before { content : '\E911'; } &.necrotic::before { content : '\E912'; } - &.piercing::before { content : '\E914'; } - &.poison::before { content : '\E913'; } + &.piercing::before { content : '\E913'; } + &.poison::before { content : '\E914'; } &.psychic::before { content : '\E915'; } &.radiant::before { content : '\E916'; } &.slashing::before { content : '\E917'; }