Effect State Update

This commit is contained in:
rAthenaAPI
2019-11-27 04:05:57 +01:00
parent 769c6c533c
commit 9124d5600f
2 changed files with 9 additions and 0 deletions

View File

@@ -3464,6 +3464,10 @@
export_constant(EFST_BIG_SCAR);
export_constant(EFST_VIGOR);
export_constant(EFST_PRESSURE);
export_constant(EFST_MD_Me_Potion);
export_constant(EFST_MD_Ma_Potion);
export_constant(EFST_MD_Ta_Potion);
export_constant(EFST_MD_Ra_Potion);
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
export_constant(EFST_MAX);

View File

@@ -1987,6 +1987,11 @@ enum efst_types : short{
EFST_VIGOR,
EFST_PRESSURE = 1180,
EFST_MD_Me_Potion = 1185,
EFST_MD_Ma_Potion,
EFST_MD_Ta_Potion,
EFST_MD_Ra_Potion,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again
EFST_MAX,