Effect State Update

This commit is contained in:
rAthenaAPI 2018-11-06 04:06:04 +01:00
parent caab654fbb
commit 0bcd299311
2 changed files with 3 additions and 0 deletions

View File

@ -3607,6 +3607,7 @@
export_constant(EFST_BOW_ATK_POWER);
export_constant(EFST_RED_ORG_POTION);
export_constant(EFST_CAST_TIME);
export_constant(EFST_LEAPIMPAIRED);
export_constant(EFST_EXCLUSIVE_RECEIVEITEM);
export_constant(EFST_EXCLUSIVE_PLUSEXP);
export_constant(EFST_ASSUMPTIO_BUFF);

View File

@ -2893,6 +2893,8 @@ enum efst_types : short{
EFST_RED_ORG_POTION,
EFST_CAST_TIME,
EFST_LEAPIMPAIRED = 1117,
EFST_EXCLUSIVE_RECEIVEITEM = 1119,
EFST_EXCLUSIVE_PLUSEXP,
EFST_ASSUMPTIO_BUFF,