From 0bcd29931127816a8e2417c8cd8d0b8c02daf6eb Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Tue, 6 Nov 2018 04:06:04 +0100 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 d78f6b8c23..abcbb9b48d 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3607,6 +3607,7 @@ export_constant(EFST_BOW_ATK_POWER); export_constant(EFST_RED_ORG_POTION); export_constant(EFST_CAST_TIME); + export_constant(EFST_LEAPIMPAIRED); export_constant(EFST_EXCLUSIVE_RECEIVEITEM); export_constant(EFST_EXCLUSIVE_PLUSEXP); export_constant(EFST_ASSUMPTIO_BUFF); diff --git a/src/map/status.hpp b/src/map/status.hpp index fcb1b07506..5143112ae2 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -2893,6 +2893,8 @@ enum efst_types : short{ EFST_RED_ORG_POTION, EFST_CAST_TIME, + EFST_LEAPIMPAIRED = 1117, + EFST_EXCLUSIVE_RECEIVEITEM = 1119, EFST_EXCLUSIVE_PLUSEXP, EFST_ASSUMPTIO_BUFF,