From 2e0993646a72893cad60901b4174124a03ebd3a2 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 23 Sep 2021 21:42:12 +0000 Subject: [PATCH] Addition of missing AbnormalType SPECIAL_DRAGON_MIRACLE. --- .../java/org/l2jmobius/gameserver/model/skills/AbnormalType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java index 48e220079c..7219c75454 100644 --- a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java +++ b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java @@ -240,6 +240,7 @@ public enum AbnormalType MAGE_BANE(-1), DRAGON_FRUIT(-1), DRAGON_MIRACLE(-1), + SPECIAL_DRAGON_MIRACLE(-1), ELEMENTAL_SPIRIT(-1), AB_HAWK_EYE(0), ALL_ATTACK_DOWN(1),