|
@@ -3521,6 +3521,19 @@
|
|
|
export_constant(EFST_LHZ_DUN_N2);
|
|
|
export_constant(EFST_LHZ_DUN_N3);
|
|
|
export_constant(EFST_LHZ_DUN_N4);
|
|
|
+ export_constant(EFST_ALL_STAT_DOWN);
|
|
|
+ export_constant(EFST_GRADUAL_GRAVITY);
|
|
|
+ export_constant(EFST_DAMAGE_HEAL);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_NOTHING);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_WATER);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_GROUND);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_FIRE);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_WIND);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_POISON);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_SAINT);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_DARKNESS);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_TELEKINESIS);
|
|
|
+ export_constant(EFST_IMMUNE_PROPERTY_UNDEAD);
|
|
|
export_constant(EFST_REUSE_LIMIT_NP);
|
|
|
export_constant(EFST_SPECIALCOOKIE);
|
|
|
export_constant(EFST_GLORY_OF_RETURN);
|
|
@@ -3572,6 +3585,7 @@
|
|
|
export_constant(EFST_EXPDROPUP);
|
|
|
export_constant(EFST_TW_NEWYEAR_EVENT);
|
|
|
export_constant(EFST_ANCILLA);
|
|
|
+ export_constant(EFST_WEAPONBLOCK_ON);
|
|
|
/// @APIHOOK_END
|
|
|
/// Do not modify code above this, since it will be automatically generated by the API again
|
|
|
export_constant(EFST_MAX);
|