Effect State Update

This commit is contained in:
rAthenaAPI 2020-02-12 14:05:30 +01:00
parent d12b4fdca0
commit 653631dfe1
2 changed files with 2 additions and 33 deletions

View File

@ -2397,22 +2397,6 @@
/// Do not modify code below this, until the end of the API hook, since it will be automatically generated again /// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
/// @APIHOOK_START(EFST_CONST) /// @APIHOOK_START(EFST_CONST)
export_constant(EFST_BLANK); export_constant(EFST_BLANK);
export_constant(EFST_PROVOKE);
export_constant(EFST_ENDURE);
export_constant(EFST_TWOHANDQUICKEN);
export_constant(EFST_CONCENTRATION);
export_constant(EFST_HIDING);
export_constant(EFST_CLOAKING);
export_constant(EFST_ENCHANTPOISON);
export_constant(EFST_POISONREACT);
export_constant(EFST_QUAGMIRE);
export_constant(EFST_ANGELUS);
export_constant(EFST_BLESSING);
export_constant(EFST_CRUCIS);
export_constant(EFST_INC_AGI);
export_constant(EFST_DEC_AGI);
export_constant(EFST_SLOWPOISON);
export_constant(EFST_IMPOSITIO);
export_constant(EFST_SUFFRAGIUM); export_constant(EFST_SUFFRAGIUM);
export_constant(EFST_ASPERSIO); export_constant(EFST_ASPERSIO);
export_constant(EFST_BENEDICTIO); export_constant(EFST_BENEDICTIO);

View File

@ -875,23 +875,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 /// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
/// @APIHOOK_START(EFST_ENUM) /// @APIHOOK_START(EFST_ENUM)
EFST_BLANK = -1, EFST_BLANK = -1,
EFST_PROVOKE,
EFST_ENDURE, EFST_SUFFRAGIUM = 16,
EFST_TWOHANDQUICKEN,
EFST_CONCENTRATION,
EFST_HIDING,
EFST_CLOAKING,
EFST_ENCHANTPOISON,
EFST_POISONREACT,
EFST_QUAGMIRE,
EFST_ANGELUS,
EFST_BLESSING,
EFST_CRUCIS,
EFST_INC_AGI,
EFST_DEC_AGI,
EFST_SLOWPOISON,
EFST_IMPOSITIO,
EFST_SUFFRAGIUM,
EFST_ASPERSIO, EFST_ASPERSIO,
EFST_BENEDICTIO, EFST_BENEDICTIO,
EFST_KYRIE, EFST_KYRIE,