Browse Source

Effect State Update

rAthenaAPI 5 years ago
parent
commit
9124d5600f
2 changed files with 9 additions and 0 deletions
  1. 4 0
      src/map/script_constants.hpp
  2. 5 0
      src/map/status.hpp

+ 4 - 0
src/map/script_constants.hpp

@@ -3464,6 +3464,10 @@
 	export_constant(EFST_BIG_SCAR);
 	export_constant(EFST_BIG_SCAR);
 	export_constant(EFST_VIGOR);
 	export_constant(EFST_VIGOR);
 	export_constant(EFST_PRESSURE);
 	export_constant(EFST_PRESSURE);
+	export_constant(EFST_MD_Me_Potion);
+	export_constant(EFST_MD_Ma_Potion);
+	export_constant(EFST_MD_Ta_Potion);
+	export_constant(EFST_MD_Ra_Potion);
 /// @APIHOOK_END
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);
 	export_constant(EFST_MAX);

+ 5 - 0
src/map/status.hpp

@@ -1987,6 +1987,11 @@ enum efst_types : short{
 	EFST_VIGOR,
 	EFST_VIGOR,
 
 
 	EFST_PRESSURE = 1180,
 	EFST_PRESSURE = 1180,
+
+	EFST_MD_Me_Potion = 1185,
+	EFST_MD_Ma_Potion,
+	EFST_MD_Ta_Potion,
+	EFST_MD_Ra_Potion,
 /// @APIHOOK_END
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,
 	EFST_MAX,