Addition of missing god jewel AbnormalType.

Contributed by NviX.
This commit is contained in:
MobiusDevelopment
2019-10-23 10:55:08 +00:00
parent 05731518c8
commit 4444b13a8b
14 changed files with 51 additions and 20 deletions

View File

@ -546,7 +546,11 @@ public enum AbnormalType
SYNERGY_SEER(590),
INSIDE_POSITION(593),
STEEL_MIND(596),
SIGEL_SHIELD(597);
SIGEL_SHIELD(597),
MAPHR_AURA(599),
SAYHA_AURA(600),
EVAS_DEBUFF(601),
RIGHT_SIDESTEP(602);
private int _clientId;