diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 94cf6774bd..aa966a8bf1 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -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); diff --git a/src/map/status.hpp b/src/map/status.hpp index c9122b25e3..63406a953f 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -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,