From 22ca39d4928e7adcb9bcc44be4c4c7fe51a4ab14 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 14 Aug 2022 07:04:08 +0000 Subject: [PATCH] Updated AbnormalTypes enum. Contributed by nasseka. --- .../l2jmobius/gameserver/model/skill/AbnormalType.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/skill/AbnormalType.java b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/skill/AbnormalType.java index 08af048ae7..be3d22933a 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/skill/AbnormalType.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/skill/AbnormalType.java @@ -558,7 +558,14 @@ public enum AbnormalType PA_UP2(602), PD_UP2(603), BR_CLAN_XP(998), - BR_CLAN_ATTACK(999); + BR_CLAN_ATTACK(999), + RANK(-1), + DWARF_GOLEM(-1), + MAGIC_CIRCLE(-1), + GOLDEN_STONE(-1), + GOLDEN_STONE_DEBUFF(-1), + PROVOKE(-1), + BLOODY_FREEZING_WEAPON(-1); private int _clientId;