Ver código fonte

Effect State Update

rAthenaAPI 5 anos atrás
pai
commit
d9e0409176
2 arquivos alterados com 3 adições e 0 exclusões
  1. 1 0
      src/map/script_constants.hpp
  2. 2 0
      src/map/status.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -3450,6 +3450,7 @@
 	export_constant(EFST_REUSE_LIMIT_LUXANIMA);
 	export_constant(EFST_RELIEVE_DAMAGE);
 	export_constant(EFST_LOCKON_LASER);
+	export_constant(EFST_PRESSURE);
 /// @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

@@ -1971,6 +1971,8 @@ enum efst_types : short{
 
 	EFST_RELIEVE_DAMAGE = 1166,
 	EFST_LOCKON_LASER,
+
+	EFST_PRESSURE = 1180,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,