handle joinable quests

This commit is contained in:
Martin Michelsen
2023-06-19 18:29:54 -07:00
parent 6468af6eb7
commit 26dc50930b
3 changed files with 55 additions and 36 deletions
+2
View File
@@ -92,6 +92,8 @@ struct Client {
LOADING = 0x00000020,
// Client is loading a quest
LOADING_QUEST = 0x00000040,
// Client is loading a joinable quest that has already started
LOADING_RUNNING_QUEST = 0x00100000,
// Client is waiting to join an Episode 3 card auction
AWAITING_CARD_AUCTION = 0x00010000,
// Client is in the information menu (login server only)