Added new missing hateffects (#4382)
This commit is contained in:
parent
ac03cea31d
commit
cb5833776c
@ -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
|
||||
};
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user