Selaa lähdekoodia

Effect State Update

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

+ 2 - 0
src/map/script_constants.hpp

@@ -3412,6 +3412,8 @@
 	export_constant(EFST_ASSUMPTIO_BUFF);
 	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_OVERLAPEXPUP2);
+	export_constant(EFST_SWEETSFAIR_ATK);
+	export_constant(EFST_SWEETSFAIR_MATK);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 3 - 0
src/map/status.hpp

@@ -1934,6 +1934,9 @@ enum efst_types : short{
 	EFST_ASSUMPTIO_BUFF,
 	EFST_BASILICA_BUFF,
 	EFST_OVERLAPEXPUP2,
+
+	EFST_SWEETSFAIR_ATK = 1132,
+	EFST_SWEETSFAIR_MATK,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,