Browse Source

Effect State Update

rAthenaAPI 5 years ago
parent
commit
6c8840ca54
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/map/script_constants.hpp
  2. 3 0
      src/map/status.hpp

+ 3 - 0
src/map/script_constants.hpp

@@ -3488,6 +3488,9 @@
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_ADD_ALL_STATE);
+	export_constant(EFST_AID_PERIOD_POWER_ACCELERATION);
+	export_constant(EFST_AID_PERIOD_MAX_HP_SP_AVOID);
+	export_constant(EFST_AID_PERIOD_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);

+ 3 - 0
src/map/status.hpp

@@ -1999,6 +1999,9 @@ enum efst_types : short{
 	EFST_POWER_ACCELERATION = 1304,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_ADD_ALL_STATE,
+	EFST_AID_PERIOD_POWER_ACCELERATION,
+	EFST_AID_PERIOD_MAX_HP_SP_AVOID,
+	EFST_AID_PERIOD_ADD_ALL_STATE,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,