Effect State Update

This commit is contained in:
rAthenaAPI 2019-07-03 05:06:20 +02:00
parent 812fb69bb7
commit b49bc103fe
2 changed files with 5 additions and 0 deletions

View File

@ -3425,6 +3425,8 @@
export_constant(EFST_FLOWER_LEAF2);
export_constant(EFST_FLOWER_LEAF3);
export_constant(EFST_FLOWER_LEAF4);
export_constant(EFST_MISTY_FROST);
export_constant(EFST_MAGIC_POISON);
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
export_constant(EFST_MAX);

View File

@ -1947,6 +1947,9 @@ enum efst_types : short{
EFST_FLOWER_LEAF2 = 1135,
EFST_FLOWER_LEAF3,
EFST_FLOWER_LEAF4,
EFST_MISTY_FROST = 1141,
EFST_MAGIC_POISON,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
EFST_MAX,