Commit 2032a6a0 authored by wind2009's avatar wind2009 Committed by GitHub

Add constant for new CONSTANT (#812)

parent 8535f6d6
......@@ -263,6 +263,8 @@ enum effect_category : uint64_t {
CATEGORY_ANNOUNCE = 0x20000000,
CATEGORY_FUSION_SUMMON = 0x40000000,
CATEGORY_TOEXTRA = 0x80000000,
CATEGORY_MSET = 0x100000000,
CATEGORY_SSET = 0x200000000,
};
const std::map<uint64_t, uint64_t> category_checklist{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment