Missing sigel shield abnormal type.

Contributed by Ofelin.
This commit is contained in:
MobiusDev
2018-09-17 18:02:37 +00:00
parent 9b15e592c2
commit 8cf9dc10f9
2 changed files with 4 additions and 2 deletions

View File

@@ -541,7 +541,8 @@ public enum AbnormalType
KNOCKDOWN(367),
EARTHWORM_DEBUFF(424),
INSIDE_POSITION(593),
STEEL_MIND(596);
STEEL_MIND(596),
SIGEL_SHIELD(-1);
private int _clientId;

View File

@@ -541,7 +541,8 @@ public enum AbnormalType
KNOCKDOWN(367),
EARTHWORM_DEBUFF(424),
INSIDE_POSITION(593),
STEEL_MIND(596);
STEEL_MIND(596),
SIGEL_SHIELD(-1);
private int _clientId;