diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 436ea6e015..e7cf992c59 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3594,6 +3594,7 @@ export_constant(EFST_ENSEMBLEFATIGUE); export_constant(EFST_ADAPTATION); export_constant(EFST_ANCILLA); + export_constant(EFST_FESTIVE_ENERGY); export_constant(EFST_WEAPONBLOCK_ON); export_constant(EFST_CRI_DAMAGE); export_constant(EFST_DEF_POWER); diff --git a/src/map/status.hpp b/src/map/status.hpp index 12675a9503..473f76146d 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -2877,6 +2877,8 @@ enum efst_types : short{ EFST_ANCILLA = 1095, + EFST_FESTIVE_ENERGY = 1104, + EFST_WEAPONBLOCK_ON = 1107, EFST_CRI_DAMAGE, EFST_DEF_POWER,