Effect State Update
This commit is contained in:
parent
3cd7717324
commit
e49505472e
@ -3601,6 +3601,8 @@
|
|||||||
export_constant(EFST_BOW_ATK_POWER);
|
export_constant(EFST_BOW_ATK_POWER);
|
||||||
export_constant(EFST_RED_ORG_POTION);
|
export_constant(EFST_RED_ORG_POTION);
|
||||||
export_constant(EFST_CAST_TIME);
|
export_constant(EFST_CAST_TIME);
|
||||||
|
export_constant(EFST_EXCLUSIVE_RECEIVEITEM);
|
||||||
|
export_constant(EFST_EXCLUSIVE_PLUSEXP);
|
||||||
export_constant(EFST_OVERLAPEXPUP2);
|
export_constant(EFST_OVERLAPEXPUP2);
|
||||||
/// @APIHOOK_END
|
/// @APIHOOK_END
|
||||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||||
|
@ -2885,6 +2885,9 @@ enum efst_types : short{
|
|||||||
EFST_RED_ORG_POTION,
|
EFST_RED_ORG_POTION,
|
||||||
EFST_CAST_TIME,
|
EFST_CAST_TIME,
|
||||||
|
|
||||||
|
EFST_EXCLUSIVE_RECEIVEITEM = 1119,
|
||||||
|
EFST_EXCLUSIVE_PLUSEXP,
|
||||||
|
|
||||||
EFST_OVERLAPEXPUP2 = 1123,
|
EFST_OVERLAPEXPUP2 = 1123,
|
||||||
/// @APIHOOK_END
|
/// @APIHOOK_END
|
||||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||||
|
Loading…
x
Reference in New Issue
Block a user