mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
[Expeditions] [Quest API] Add expedition IsLocked to Quest API (#1292)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user