Addition of various consumable items.

This commit is contained in:
MobiusDevelopment
2020-04-12 19:22:01 +00:00
parent 3babd46946
commit 74b72e3adc
11 changed files with 1653 additions and 43 deletions

View File

@@ -552,7 +552,8 @@ public enum AbnormalType
MAPHR_AURA(599),
SAYHA_AURA(600),
EVAS_DEBUFF(601),
RIGHT_SIDESTEP(602);
RIGHT_SIDESTEP(602),
GLOWING_DRAGON_POTION(604);
private int _clientId;