Explorar el Código

Effect State Update

rAthenaAPI hace 5 años
padre
commit
b49bc103fe
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 2 0
      src/map/script_constants.hpp
  2. 3 0
      src/map/status.hpp

+ 2 - 0
src/map/script_constants.hpp

@@ -3425,6 +3425,8 @@
 	export_constant(EFST_FLOWER_LEAF2);
 	export_constant(EFST_FLOWER_LEAF3);
 	export_constant(EFST_FLOWER_LEAF4);
+	export_constant(EFST_MISTY_FROST);
+	export_constant(EFST_MAGIC_POISON);
 /// @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

@@ -1947,6 +1947,9 @@ enum efst_types : short{
 	EFST_FLOWER_LEAF2 = 1135,
 	EFST_FLOWER_LEAF3,
 	EFST_FLOWER_LEAF4,
+
+	EFST_MISTY_FROST = 1141,
+	EFST_MAGIC_POISON,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,