mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
Make adding replay timers to new members optional
Not all expeditions with a replay timer lockout add it to newly added members automatically This adds the Expedition::SetReplayLockoutOnMemberJoin(bool) method to the quest api so it can be disabled
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
void RemoveLockout(std::string event_name);
|
||||
void SetCompass(uint32 zone_id, float x, float y, float z);
|
||||
void SetCompass(std::string zone_name, float x, float y, float z);
|
||||
void SetReplayLockoutOnMemberJoin(bool enable);
|
||||
void SetSafeReturn(uint32 zone_id, float x, float y, float z, float heading);
|
||||
void SetSafeReturn(std::string zone_name, float x, float y, float z, float heading);
|
||||
void SetZoneInLocation(float x, float y, float z, float heading);
|
||||
|
||||
Reference in New Issue
Block a user