Effect State Update

This commit is contained in:
rAthenaAPI 2018-10-31 04:06:21 +01:00
parent c0a354e7f1
commit 1333db584b
2 changed files with 5 additions and 2 deletions

View File

@ -3609,6 +3609,8 @@
export_constant(EFST_CAST_TIME);
export_constant(EFST_EXCLUSIVE_RECEIVEITEM);
export_constant(EFST_EXCLUSIVE_PLUSEXP);
export_constant(EFST_ASSUMPTIO_BUFF);
export_constant(EFST_BASILICA_BUFF);
export_constant(EFST_OVERLAPEXPUP2);
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again

View File

@ -2895,8 +2895,9 @@ enum efst_types : short{
EFST_EXCLUSIVE_RECEIVEITEM = 1119,
EFST_EXCLUSIVE_PLUSEXP,
EFST_OVERLAPEXPUP2 = 1123,
EFST_ASSUMPTIO_BUFF,
EFST_BASILICA_BUFF,
EFST_OVERLAPEXPUP2,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
EFST_MAX,