浏览代码

Effect State Update

rAthenaAPI 6 年之前
父节点
当前提交
83a0ae9480
共有 2 个文件被更改,包括 7 次插入0 次删除
  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,