Bladeren bron

Effect State Update

rAthenaAPI 7 jaren geleden
bovenliggende
commit
5d2a3e43a0
2 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 1 0
      src/map/script_constants.hpp
  2. 2 0
      src/map/status.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -3519,6 +3519,7 @@
 	export_constant(EFST_PERIOD_PLUSEXP_2ND);
 	export_constant(EFST_EXPDROPUP);
 	export_constant(EFST_TW_NEWYEAR_EVENT);
+	export_constant(EFST_ANCILLA);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 2 - 0
src/map/status.hpp

@@ -2817,6 +2817,8 @@ enum efst_types : short{
 	EFST_PERIOD_PLUSEXP_2ND,
 	EFST_EXPDROPUP,
 	EFST_TW_NEWYEAR_EVENT,
+
+	EFST_ANCILLA = 1095,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,