diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 2cf5138c4d..94644b2e1a 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3425,6 +3425,8 @@ export_constant(EFST_FLOWER_LEAF2); export_constant(EFST_FLOWER_LEAF3); export_constant(EFST_FLOWER_LEAF4); + export_constant(EFST_MISTY_FROST); + export_constant(EFST_MAGIC_POISON); /// @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 4d89e1817e..7e9ec7c2ea 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -1947,6 +1947,9 @@ enum efst_types : short{ EFST_FLOWER_LEAF2 = 1135, EFST_FLOWER_LEAF3, EFST_FLOWER_LEAF4, + + EFST_MISTY_FROST = 1141, + EFST_MAGIC_POISON, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again EFST_MAX,