浏览代码

Effect State Update

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

+ 1 - 0
src/map/script_constants.hpp

@@ -3600,6 +3600,7 @@
 	export_constant(EFST_BOW_ATK_POWER);
 	export_constant(EFST_RED_ORG_POTION);
 	export_constant(EFST_CAST_TIME);
+	export_constant(EFST_OVERLAPEXPUP2);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 2 - 0
src/map/status.hpp

@@ -2884,6 +2884,8 @@ enum efst_types : short{
 	EFST_BOW_ATK_POWER,
 	EFST_RED_ORG_POTION,
 	EFST_CAST_TIME,
+
+	EFST_OVERLAPEXPUP2 = 1123,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,