[Expeditions] [Quest API] Add expedition IsLocked to Quest API (#1292)

This commit is contained in:
hg
2021-03-16 01:04:08 -04:00
committed by GitHub
parent 5035451af7
commit 739b975cad
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -125,6 +125,8 @@ public:
bool RemoveMember(const std::string& remove_char_name);
void SetMemberStatus(Client* client, ExpeditionMemberStatus status);
void SwapMember(Client* add_client, const std::string& remove_char_name);
bool IsLocked() const { return m_is_locked; }
void SetLocked(bool lock_expedition, ExpeditionLockMessage lock_msg,
bool update_db = false, uint32_t msg_color = Chat::Yellow);