Added new missing hateffects (#4382)

This commit is contained in:
Lemongrass3110 2019-10-02 01:45:37 +02:00 committed by GitHub
parent ac03cea31d
commit cb5833776c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -1939,6 +1939,11 @@ enum e_hat_effects {
HAT_EF_WATER_BELOW3,
HAT_EF_WATER_BELOW4,
HAT_EF_C_VALKYRIE_WING,
HAT_EF_2019RTC_CELEAURA_TW,
HAT_EF_2019RTC1ST_TW,
HAT_EF_2019RTC2ST_TW,
HAT_EF_2019RTC3ST_TW,
HAT_EF_CONS_OF_WIND,
HAT_EF_MAX
};

View File

@ -7173,6 +7173,11 @@
export_constant(HAT_EF_WATER_BELOW3);
export_constant(HAT_EF_WATER_BELOW4);
export_constant(HAT_EF_C_VALKYRIE_WING);
export_constant(HAT_EF_2019RTC_CELEAURA_TW);
export_constant(HAT_EF_2019RTC1ST_TW);
export_constant(HAT_EF_2019RTC2ST_TW);
export_constant(HAT_EF_2019RTC3ST_TW);
export_constant(HAT_EF_CONS_OF_WIND);
/* pet catch */
export_constant(PET_CATCH_UNIVERSAL);