瀏覽代碼

Effect State Update

rAthenaAPI 5 年之前
父節點
當前提交
5ef1e5e89b
共有 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

@@ -3439,6 +3439,7 @@
 	export_constant(EFST_MISTY_FROST);
 	export_constant(EFST_MAGIC_POISON);
 	export_constant(EFST_KAUTE);
+	export_constant(EFST_JPNONLY_TACTICS);
 /// @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

@@ -1958,6 +1958,8 @@ enum efst_types : short{
 	EFST_MISTY_FROST = 1141,
 	EFST_MAGIC_POISON,
 	EFST_KAUTE,
+
+	EFST_JPNONLY_TACTICS = 1147,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,