Effect State Update

This commit is contained in:
rAthenaAPI 2019-02-13 04:05:57 +01:00
parent 5d69a4fee8
commit df01a921ba
2 changed files with 5 additions and 0 deletions

View File

@ -3412,6 +3412,8 @@
export_constant(EFST_ASSUMPTIO_BUFF); export_constant(EFST_ASSUMPTIO_BUFF);
export_constant(EFST_BASILICA_BUFF); export_constant(EFST_BASILICA_BUFF);
export_constant(EFST_OVERLAPEXPUP2); export_constant(EFST_OVERLAPEXPUP2);
export_constant(EFST_SWEETSFAIR_ATK);
export_constant(EFST_SWEETSFAIR_MATK);
/// @APIHOOK_END /// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again /// Do not modify code above this, since it will be automatically generated by the API again
export_constant(EFST_MAX); export_constant(EFST_MAX);

View File

@ -1934,6 +1934,9 @@ enum efst_types : short{
EFST_ASSUMPTIO_BUFF, EFST_ASSUMPTIO_BUFF,
EFST_BASILICA_BUFF, EFST_BASILICA_BUFF,
EFST_OVERLAPEXPUP2, EFST_OVERLAPEXPUP2,
EFST_SWEETSFAIR_ATK = 1132,
EFST_SWEETSFAIR_MATK,
/// @APIHOOK_END /// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again /// Do not modify code above this, since it will be automatically generated by the API again
EFST_MAX, EFST_MAX,