Special Classic ruin area herbs.

This commit is contained in:
MobiusDev
2018-03-26 02:11:09 +00:00
parent ac6476c14f
commit d9a273589a
20 changed files with 642 additions and 73 deletions

View File

@@ -517,7 +517,10 @@ public enum AbnormalType
STEEL_MIND(596),
STRAWBERRY_FRUIT(-1),
MONGO_FRUIT(-1),
CHERRY_FRUIT(-1);
CHERRY_FRUIT(-1),
HERB_EXP(-1),
HERB_SPEED(-1),
HERB_ACCURANCY(-1);
private int _clientId;