mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
Throttle auto expedition leader changes (#1293)
This fixes unnecessary leader processing on mass dzquits
Also marks leader dirty for empty expeditions in case something goes
wrong (shouldn't be possible after 62e480fe)
This commit is contained in:
@@ -145,6 +145,7 @@ void ExpeditionState::Process()
|
||||
else
|
||||
{
|
||||
it->CheckExpireWarning();
|
||||
it->CheckLeader();
|
||||
}
|
||||
|
||||
it = is_deleted ? m_expeditions.erase(it) : it + 1;
|
||||
|
||||
Reference in New Issue
Block a user