From e49505472e61e409b5f9b0e3976006d5994a6537 Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Tue, 18 Sep 2018 05:06:10 +0200 Subject: [PATCH] Effect State Update --- src/map/script_constants.hpp | 2 ++ src/map/status.hpp | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 5d5066a4e7..396f31e620 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3601,6 +3601,8 @@ export_constant(EFST_BOW_ATK_POWER); export_constant(EFST_RED_ORG_POTION); export_constant(EFST_CAST_TIME); + export_constant(EFST_EXCLUSIVE_RECEIVEITEM); + export_constant(EFST_EXCLUSIVE_PLUSEXP); export_constant(EFST_OVERLAPEXPUP2); /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again diff --git a/src/map/status.hpp b/src/map/status.hpp index f36caa7812..12675a9503 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -2885,6 +2885,9 @@ enum efst_types : short{ EFST_RED_ORG_POTION, EFST_CAST_TIME, + EFST_EXCLUSIVE_RECEIVEITEM = 1119, + EFST_EXCLUSIVE_PLUSEXP, + EFST_OVERLAPEXPUP2 = 1123, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again