소스 검색

Effect State Update

rAthenaAPI 6 년 전
부모
커밋
0bcd299311
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

@@ -3607,6 +3607,7 @@
 	export_constant(EFST_BOW_ATK_POWER);
 	export_constant(EFST_RED_ORG_POTION);
 	export_constant(EFST_CAST_TIME);
+	export_constant(EFST_LEAPIMPAIRED);
 	export_constant(EFST_EXCLUSIVE_RECEIVEITEM);
 	export_constant(EFST_EXCLUSIVE_PLUSEXP);
 	export_constant(EFST_ASSUMPTIO_BUFF);

+ 2 - 0
src/map/status.hpp

@@ -2893,6 +2893,8 @@ enum efst_types : short{
 	EFST_RED_ORG_POTION,
 	EFST_CAST_TIME,
 
+	EFST_LEAPIMPAIRED = 1117,
+
 	EFST_EXCLUSIVE_RECEIVEITEM = 1119,
 	EFST_EXCLUSIVE_PLUSEXP,
 	EFST_ASSUMPTIO_BUFF,