瀏覽代碼

Effect State Update

rAthenaAPI 5 年之前
父節點
當前提交
35b2f69530
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 0
      src/map/script_constants.hpp
  2. 2 1
      src/map/status.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -3488,6 +3488,7 @@
 	export_constant(EFST_MD_Ta_Potion);
 	export_constant(EFST_MD_Ta_Potion);
 	export_constant(EFST_MD_Ra_Potion);
 	export_constant(EFST_MD_Ra_Potion);
 	export_constant(EFST_MVPCARD_KIEL);
 	export_constant(EFST_MVPCARD_KIEL);
+	export_constant(EFST_HOMUN_TIME);
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_ADD_ALL_STATE);
 	export_constant(EFST_ADD_ALL_STATE);

+ 2 - 1
src/map/status.hpp

@@ -2001,7 +2001,8 @@ enum efst_types : short{
 
 
 	EFST_MVPCARD_KIEL = 1229,
 	EFST_MVPCARD_KIEL = 1229,
 
 
-	EFST_POWER_ACCELERATION = 1304,
+	EFST_HOMUN_TIME = 1303,
+	EFST_POWER_ACCELERATION,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_ADD_ALL_STATE,
 	EFST_ADD_ALL_STATE,
 	EFST_AID_PERIOD_POWER_ACCELERATION,
 	EFST_AID_PERIOD_POWER_ACCELERATION,