Effect State Update

This commit is contained in:
rAthenaAPI 2019-02-14 10:09:57 +01:00
parent 90d5b47025
commit 06d68f4edb
2 changed files with 2 additions and 3 deletions

View File

@ -2376,7 +2376,6 @@
/// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
/// @APIHOOK_START(EFST_CONST)
export_constant(EFST_BLANK);
export_constant(EFST_PROVOKE);
export_constant(EFST_ENDURE);
export_constant(EFST_TWOHANDQUICKEN);
export_constant(EFST_CONCENTRATION);

View File

@ -872,8 +872,8 @@ enum efst_types : short{
/// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
/// @APIHOOK_START(EFST_ENUM)
EFST_BLANK = -1,
EFST_PROVOKE,
EFST_ENDURE,
EFST_ENDURE = 1,
EFST_TWOHANDQUICKEN,
EFST_CONCENTRATION,
EFST_HIDING,