Effect State Update

This commit is contained in:
rAthenaAPI 2019-02-13 05:05:58 +01:00
parent df01a921ba
commit 90d5b47025
2 changed files with 10 additions and 1 deletions

View File

@ -3412,6 +3412,10 @@
export_constant(EFST_ASSUMPTIO_BUFF);
export_constant(EFST_BASILICA_BUFF);
export_constant(EFST_OVERLAPEXPUP2);
export_constant(EFST_SOULCURSE);
export_constant(EFST_NV_BREAKTHROUGH);
export_constant(EFST_HELPANGEL);
export_constant(EFST_NV_TRANSCENDENCE);
export_constant(EFST_SWEETSFAIR_ATK);
export_constant(EFST_SWEETSFAIR_MATK);
/// @APIHOOK_END

View File

@ -1935,7 +1935,12 @@ enum efst_types : short{
EFST_BASILICA_BUFF,
EFST_OVERLAPEXPUP2,
EFST_SWEETSFAIR_ATK = 1132,
EFST_SOULCURSE = 1125,
EFST_NV_BREAKTHROUGH = 1129,
EFST_HELPANGEL,
EFST_NV_TRANSCENDENCE,
EFST_SWEETSFAIR_ATK,
EFST_SWEETSFAIR_MATK,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again