浏览代码

Effect State Update

rAthenaAPI 6 年之前
父节点
当前提交
df01a921ba
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 2 0
      src/map/script_constants.hpp
  2. 3 0
      src/map/status.hpp

+ 2 - 0
src/map/script_constants.hpp

@@ -3412,6 +3412,8 @@
 	export_constant(EFST_ASSUMPTIO_BUFF);
 	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_OVERLAPEXPUP2);
+	export_constant(EFST_SWEETSFAIR_ATK);
+	export_constant(EFST_SWEETSFAIR_MATK);
 /// @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

@@ -1934,6 +1934,9 @@ enum efst_types : short{
 	EFST_ASSUMPTIO_BUFF,
 	EFST_BASILICA_BUFF,
 	EFST_OVERLAPEXPUP2,
+
+	EFST_SWEETSFAIR_ATK = 1132,
+	EFST_SWEETSFAIR_MATK,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,