Browse Source

Effect State Update

rAthenaAPI 6 năm trước cách đây
mục cha
commit
063892f20a
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      src/map/script_constants.hpp
  2. 2 2
      src/map/status.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -2376,6 +2376,7 @@
 /// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
 /// @APIHOOK_START(EFST_CONST)
 	export_constant(EFST_BLANK);
+	export_constant(EFST_PROVOKE);
 	export_constant(EFST_ENDURE);
 	export_constant(EFST_TWOHANDQUICKEN);
 	export_constant(EFST_CONCENTRATION);

+ 2 - 2
src/map/status.hpp

@@ -872,8 +872,8 @@ enum efst_types : short{
 /// Do not modify code below this, until the end of the API hook, since it will be automatically generated again
 /// @APIHOOK_START(EFST_ENUM)
 	EFST_BLANK = -1,
-
-	EFST_ENDURE = 1,
+	EFST_PROVOKE,
+	EFST_ENDURE,
 	EFST_TWOHANDQUICKEN,
 	EFST_CONCENTRATION,
 	EFST_HIDING,