From 3ac7781c9de6bbb387121280b616eb9a8e1ecc4b Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Wed, 12 Sep 2018 04:05:57 +0200 Subject: [PATCH] Effect State Update --- src/map/script_constants.hpp | 1 + src/map/status.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 9c13ea5c25..1e81cae1e3 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3600,6 +3600,7 @@ export_constant(EFST_BOW_ATK_POWER); export_constant(EFST_RED_ORG_POTION); export_constant(EFST_CAST_TIME); + export_constant(EFST_OVERLAPEXPUP2); /// @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 ddeff7dfa0..f36caa7812 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -2884,6 +2884,8 @@ enum efst_types : short{ EFST_BOW_ATK_POWER, EFST_RED_ORG_POTION, EFST_CAST_TIME, + + EFST_OVERLAPEXPUP2 = 1123, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again EFST_MAX,