Effect State Update

This commit is contained in:
rAthenaAPI 2019-05-01 08:05:31 +02:00
parent 94c4e9f471
commit 8906dc9762
2 changed files with 3 additions and 0 deletions

View File

@ -3399,6 +3399,7 @@
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);

View File

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