Bläddra i källkod

Effect State Update

rAthenaAPI 6 år sedan
förälder
incheckning
98a685d706
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      src/map/script_constants.hpp
  2. 1 0
      src/map/status.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -3413,6 +3413,7 @@
 	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_OVERLAPEXPUP2);
 	export_constant(EFST_OVERLAPEXPUP2);
 	export_constant(EFST_SOULCURSE);
 	export_constant(EFST_SOULCURSE);
+	export_constant(EFST_SOUND_OF_DESTRUCTION);
 	export_constant(EFST_NV_BREAKTHROUGH);
 	export_constant(EFST_NV_BREAKTHROUGH);
 	export_constant(EFST_HELPANGEL);
 	export_constant(EFST_HELPANGEL);
 	export_constant(EFST_NV_TRANSCENDENCE);
 	export_constant(EFST_NV_TRANSCENDENCE);

+ 1 - 0
src/map/status.hpp

@@ -1936,6 +1936,7 @@ enum efst_types : short{
 	EFST_OVERLAPEXPUP2,
 	EFST_OVERLAPEXPUP2,
 
 
 	EFST_SOULCURSE = 1125,
 	EFST_SOULCURSE = 1125,
+	EFST_SOUND_OF_DESTRUCTION,
 
 
 	EFST_NV_BREAKTHROUGH = 1129,
 	EFST_NV_BREAKTHROUGH = 1129,
 	EFST_HELPANGEL,
 	EFST_HELPANGEL,