fix enum/non-enum ternary

This commit is contained in:
Martin Michelsen
2024-02-05 08:38:01 -08:00
parent 7a23b37c0c
commit 964f646654
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ enum AssistFlag : uint32_t {
// be bits used only by the client which are not documented here.
// clang-format off
NONE = 0x0000,
READY_TO_END_PHASE = 0x0001,
DICE_WERE_EXCHANGED = 0x0002,
HAS_WON_BATTLE = 0x0004,