Selaa lähdekoodia

Effect State Update

rAthenaAPI 6 vuotta sitten
vanhempi
commit
1333db584b
2 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 2 0
      src/map/script_constants.hpp
  2. 3 2
      src/map/status.hpp

+ 2 - 0
src/map/script_constants.hpp

@@ -3609,6 +3609,8 @@
 	export_constant(EFST_CAST_TIME);
 	export_constant(EFST_EXCLUSIVE_RECEIVEITEM);
 	export_constant(EFST_EXCLUSIVE_PLUSEXP);
+	export_constant(EFST_ASSUMPTIO_BUFF);
+	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_OVERLAPEXPUP2);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again

+ 3 - 2
src/map/status.hpp

@@ -2895,8 +2895,9 @@ enum efst_types : short{
 
 	EFST_EXCLUSIVE_RECEIVEITEM = 1119,
 	EFST_EXCLUSIVE_PLUSEXP,
-
-	EFST_OVERLAPEXPUP2 = 1123,
+	EFST_ASSUMPTIO_BUFF,
+	EFST_BASILICA_BUFF,
+	EFST_OVERLAPEXPUP2,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,