Skip to content

Commit 2032a6a

Browse files
Add constant for new CONSTANT (#812)
1 parent 8535f6d commit 2032a6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

effect.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ enum effect_category : uint64_t {
263263
CATEGORY_ANNOUNCE = 0x20000000,
264264
CATEGORY_FUSION_SUMMON = 0x40000000,
265265
CATEGORY_TOEXTRA = 0x80000000,
266+
CATEGORY_MSET = 0x100000000,
267+
CATEGORY_SSET = 0x200000000,
266268
};
267269

268270
const std::map<uint64_t, uint64_t> category_checklist{

0 commit comments

Comments
 (0)