Addition of missing abnormal types.

This commit is contained in:
MobiusDev 2018-03-11 13:47:59 +00:00
parent bc84869bce
commit bff6913595
2 changed files with 8 additions and 2 deletions

View File

@ -514,7 +514,10 @@ public enum AbnormalType
EARTHWORM_DEBUFF(424),
AGATHION_SONG_DANCE(444),
INSIDE_POSITION(593),
STEEL_MIND(596);
STEEL_MIND(596),
STRAWBERRY_FRUIT(-1),
MONGO_FRUIT(-1),
CHERRY_FRUIT(-1);
private int _clientId;

View File

@ -514,7 +514,10 @@ public enum AbnormalType
EARTHWORM_DEBUFF(424),
AGATHION_SONG_DANCE(444),
INSIDE_POSITION(593),
STEEL_MIND(596);
STEEL_MIND(596),
STRAWBERRY_FRUIT(-1),
MONGO_FRUIT(-1),
CHERRY_FRUIT(-1);
private int _clientId;