Effect State Update

This commit is contained in:
rAthenaAPI 2018-05-02 05:06:09 +02:00
parent 571ab431e6
commit 5d2a3e43a0
2 changed files with 3 additions and 0 deletions

View File

@ -3519,6 +3519,7 @@
export_constant(EFST_PERIOD_PLUSEXP_2ND);
export_constant(EFST_EXPDROPUP);
export_constant(EFST_TW_NEWYEAR_EVENT);
export_constant(EFST_ANCILLA);
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
export_constant(EFST_MAX);

View File

@ -2817,6 +2817,8 @@ enum efst_types : short{
EFST_PERIOD_PLUSEXP_2ND,
EFST_EXPDROPUP,
EFST_TW_NEWYEAR_EVENT,
EFST_ANCILLA = 1095,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
EFST_MAX,