diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index aa966a8bf1..ff0572ccca 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3412,6 +3412,10 @@ export_constant(EFST_ASSUMPTIO_BUFF); export_constant(EFST_BASILICA_BUFF); export_constant(EFST_OVERLAPEXPUP2); + export_constant(EFST_SOULCURSE); + export_constant(EFST_NV_BREAKTHROUGH); + export_constant(EFST_HELPANGEL); + export_constant(EFST_NV_TRANSCENDENCE); export_constant(EFST_SWEETSFAIR_ATK); export_constant(EFST_SWEETSFAIR_MATK); /// @APIHOOK_END diff --git a/src/map/status.hpp b/src/map/status.hpp index 63406a953f..d122525435 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -1935,7 +1935,12 @@ enum efst_types : short{ EFST_BASILICA_BUFF, EFST_OVERLAPEXPUP2, - EFST_SWEETSFAIR_ATK = 1132, + EFST_SOULCURSE = 1125, + + EFST_NV_BREAKTHROUGH = 1129, + EFST_HELPANGEL, + EFST_NV_TRANSCENDENCE, + EFST_SWEETSFAIR_ATK, EFST_SWEETSFAIR_MATK, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again