From 5ef1e5e89bee23af0b59616ae9c40c0ae2794e3e Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Tue, 20 Aug 2019 06:05:46 +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 984640cd5b..127c594a1a 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -3439,6 +3439,7 @@ export_constant(EFST_MISTY_FROST); export_constant(EFST_MAGIC_POISON); export_constant(EFST_KAUTE); + export_constant(EFST_JPNONLY_TACTICS); /// @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 0896e10624..4c6b8db682 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -1958,6 +1958,8 @@ enum efst_types : short{ EFST_MISTY_FROST = 1141, EFST_MAGIC_POISON, EFST_KAUTE, + + EFST_JPNONLY_TACTICS = 1147, /// @APIHOOK_END /// Do not modify code above this, since it will be automatically generated by the API again EFST_MAX,