Browse Source

Effect State Update

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

+ 1 - 0
src/map/script_constants.hpp

@@ -3484,6 +3484,7 @@
 	export_constant(EFST_MD_Ma_Potion);
 	export_constant(EFST_MD_Ma_Potion);
 	export_constant(EFST_MD_Ta_Potion);
 	export_constant(EFST_MD_Ta_Potion);
 	export_constant(EFST_MD_Ra_Potion);
 	export_constant(EFST_MD_Ra_Potion);
+	export_constant(EFST_MVPCARD_KIEL);
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_ADD_ALL_STATE);
 	export_constant(EFST_ADD_ALL_STATE);

+ 2 - 0
src/map/status.hpp

@@ -1994,6 +1994,8 @@ enum efst_types : short{
 	EFST_MD_Ta_Potion,
 	EFST_MD_Ta_Potion,
 	EFST_MD_Ra_Potion,
 	EFST_MD_Ra_Potion,
 
 
+	EFST_MVPCARD_KIEL = 1229,
+
 	EFST_POWER_ACCELERATION = 1304,
 	EFST_POWER_ACCELERATION = 1304,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_ADD_ALL_STATE,
 	EFST_ADD_ALL_STATE,