mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
[Expeditions] [Quest API] Add expedition IsLocked to Quest API (#1292)
This commit is contained in:
@@ -76,6 +76,7 @@ public:
|
||||
int GetZoneVersion();
|
||||
bool HasLockout(std::string event_name);
|
||||
bool HasReplayLockout();
|
||||
bool IsLocked();
|
||||
void RemoveCompass();
|
||||
void RemoveLockout(std::string event_name);
|
||||
void SetCompass(uint32_t zone_id, float x, float y, float z);
|
||||
|
||||
Reference in New Issue
Block a user