Effect State Update
This commit is contained in:
parent
5d69a4fee8
commit
df01a921ba
@ -3412,6 +3412,8 @@
|
||||
export_constant(EFST_ASSUMPTIO_BUFF);
|
||||
export_constant(EFST_BASILICA_BUFF);
|
||||
export_constant(EFST_OVERLAPEXPUP2);
|
||||
export_constant(EFST_SWEETSFAIR_ATK);
|
||||
export_constant(EFST_SWEETSFAIR_MATK);
|
||||
/// @APIHOOK_END
|
||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||
export_constant(EFST_MAX);
|
||||
|
@ -1934,6 +1934,9 @@ enum efst_types : short{
|
||||
EFST_ASSUMPTIO_BUFF,
|
||||
EFST_BASILICA_BUFF,
|
||||
EFST_OVERLAPEXPUP2,
|
||||
|
||||
EFST_SWEETSFAIR_ATK = 1132,
|
||||
EFST_SWEETSFAIR_MATK,
|
||||
/// @APIHOOK_END
|
||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||
EFST_MAX,
|
||||
|
Loading…
x
Reference in New Issue
Block a user