Bläddra i källkod

Effect State Update

rAthenaAPI 6 år sedan
förälder
incheckning
83a0ae9480
2 ändrade filer med 7 tillägg och 0 borttagningar
  1. 3 0
      src/map/script_constants.hpp
  2. 4 0
      src/map/status.hpp

+ 3 - 0
src/map/script_constants.hpp

@@ -3418,6 +3418,9 @@
 	export_constant(EFST_NV_TRANSCENDENCE);
 	export_constant(EFST_SWEETSFAIR_ATK);
 	export_constant(EFST_SWEETSFAIR_MATK);
+	export_constant(EFST_FLOWER_LEAF2);
+	export_constant(EFST_FLOWER_LEAF3);
+	export_constant(EFST_FLOWER_LEAF4);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 4 - 0
src/map/status.hpp

@@ -1942,6 +1942,10 @@ enum efst_types : short{
 	EFST_NV_TRANSCENDENCE,
 	EFST_SWEETSFAIR_ATK,
 	EFST_SWEETSFAIR_MATK,
+
+	EFST_FLOWER_LEAF2 = 1135,
+	EFST_FLOWER_LEAF3,
+	EFST_FLOWER_LEAF4,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,