rAthenaAPI 6 лет назад
Родитель
Сommit
98a685d706
2 измененных файлов с 2 добавлено и 0 удалено
  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_OVERLAPEXPUP2);
 	export_constant(EFST_SOULCURSE);
+	export_constant(EFST_SOUND_OF_DESTRUCTION);
 	export_constant(EFST_NV_BREAKTHROUGH);
 	export_constant(EFST_HELPANGEL);
 	export_constant(EFST_NV_TRANSCENDENCE);

+ 1 - 0
src/map/status.hpp

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