Effect State Update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user