From 858c9bf4f79dd77fff2875593af64c5091aa96fb Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Tue, 21 Jan 2020 05:05:32 +0100 Subject: [PATCH] Effect State Update --- src/map/script_constants.hpp | 3 +++ src/map/status.hpp | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 40fa6288ba..a6ac4131d9 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3484,6 +3484,9 @@ export_constant(EFST_MD_Ma_Potion); export_constant(EFST_MD_Ta_Potion); export_constant(EFST_MD_Ra_Potion); + export_constant(EFST_POWER_ACCELERATION); + export_constant(EFST_MAX_HP_SP_AVOID); + export_constant(EFST_ADD_ALL_STATE); /// @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 4b516904ce..fd9370eeb2 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -1993,6 +1993,10 @@ enum efst_types : short{ EFST_MD_Ma_Potion, EFST_MD_Ta_Potion, EFST_MD_Ra_Potion, + + EFST_POWER_ACCELERATION = 1304, + EFST_MAX_HP_SP_AVOID, + EFST_ADD_ALL_STATE, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again EFST_MAX,