rAthenaAPI пре 6 година
родитељ
комит
94c4e9f471
2 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 1
      src/map/script_constants.hpp
  2. 0 2
      src/map/status.hpp

+ 0 - 1
src/map/script_constants.hpp

@@ -3399,7 +3399,6 @@
 	export_constant(EFST_ENSEMBLEFATIGUE);
 	export_constant(EFST_ADAPTATION);
 	export_constant(EFST_ANCILLA);
-	export_constant(EFST_FESTIVE_ENERGY);
 	export_constant(EFST_WEAPONBLOCK_ON);
 	export_constant(EFST_CRI_DAMAGE);
 	export_constant(EFST_DEF_POWER);

+ 0 - 2
src/map/status.hpp

@@ -1917,8 +1917,6 @@ enum efst_types : short{
 
 	EFST_ANCILLA = 1095,
 
-	EFST_FESTIVE_ENERGY = 1104,
-
 	EFST_WEAPONBLOCK_ON = 1107,
 	EFST_CRI_DAMAGE,
 	EFST_DEF_POWER,